Detach from a layer
#include <gf/gf.h> void gf_layer_detach( gf_layer_t layer );
gf
This function detaches from a display layer.
Calling this function doesn't disable the display layer, so it remains visible to the user until it is cleaned up. If you want to make the layer invisible to the user, you should call gf_layer_disable() before calling gf_layer_detach(). |
QNX Graphics Framework
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
gf_layer_attach(), gf_layer_disable(), gf_layer_enable(), gf_layer_query()