Determine whether or not a widget is realized
int PtWidgetIsRealized ( PtWidget_t *widget );
This function checks to see if the given widget is realized.
A nonzero value if the widget is realized, otherwise 0.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |