Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtPGFindPanelByTitle()

Get a pointer to the panel widget with a given title

Synopsis:

PtWidget_t *PtPGFindPanelByTitle( PtWidget_t *widget,
                                  char const *title );

Description:

This function retrieves the panel with the specified title within the PtPanelGroup specified by the widget argument.

Returns:

A pointer to the panel widget, or NULL if the panel couldn't be found or the PtPanelGroup isn't in multiple-container mode.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtPanelGroup, PtPGFindIndexByPanel(), PtPGFindIndexByTitle(), PtPGFindPanelByIndex(), PtPGFindTitleByIndex()