Get a pointer to the panel widget with a given title
PtWidget_t *PtPGFindPanelByTitle( PtWidget_t *widget, char const *title );
This function retrieves the panel with the specified title within the PtPanelGroup specified by the widget argument.
A pointer to the panel widget, or NULL if the panel couldn't be found or the PtPanelGroup isn't in multiple-container mode.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtPanelGroup, PtPGFindIndexByPanel(), PtPGFindIndexByTitle(), PtPGFindPanelByIndex(), PtPGFindTitleByIndex()