gf_layer_disable()

Disable a display layer

Synopsis:

#include <gf/gf.h>

void gf_layer_disable( gf_layer_t layer );

Arguments:

layer
The handle of the layer to disable.

Library:

gf

Description:

This function disables a layer. A layer can be either:


Note: In some cases it's not possible to disable a layer. You can query the layer to determine its GF_LAYER_CAP_DISABLE value. If GF_LAYER_CAP_DISABLE is 1, then the layer can be disabled.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_layer_attach(), gf_layer_detach(), gf_layer_enable(), gf_layer_query()