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

PtMessageGetWindow()

Get a widget pointer to a PtMessage widget's window

Synopsis:

PtWidget_t *PtMessageGetWindow( PtWidget_t const *widget );

Description:

This function retrieves a pointer to a PtMessage widget's window.

Returns:

A pointer to the window, or NULL if widget doesn't point to a PtMessage widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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