Unrealize a widget
int PtUnrealizeWidget( PtWidget_t *widget );
This function unrealizes the specified widget and all its children: the widgets are removed from the display, and the widget engine will no longer invoke their callbacks.
Unrealized widgets still exist in the widget hierarchy and can be realized again.
See PtWidgetChildBack().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtDestroyWidget(), PtRealizeWidget()