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

PtGetParentWidget()

Return the current default widget parent

Synopsis:

PtWidget_t *PtGetParentWidget( void );

Description:

The PtGetParentWidget() function returns the current default widget parent.

Returns:

A pointer to the current default parent.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtCreateWidget(), PtGetParent(), PtReParentWidget(), PtSetParentWidget(), PtWidgetParent(),

"Ordering widgets" in the Creating Widgets in Application Code chapter of the Photon Programmer's Guide


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