[Previous] [Contents] [Index] [Next]

PtWidgetIsRealized()

Determine whether or not a widget is realized

Synopsis:

int PtWidgetIsRealized ( PtWidget_t *widget );

Description:

This function checks to see if the given widget is realized.

Returns:

A nonzero value if the widget is realized, otherwise 0.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]