PtPGFindPanelByTitle
![]() |
![]() |
![]() |
![]() |
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()
![]() |
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)