Get the index of a panel, given its title
int PtPGFindIndexByTitle( PtWidget_t *widget, char const *title );
This function retrieves the index of the panel with the specified title within the PtPanelGroup specified by the widget argument.
The panel index, or Pt_PG_INVALID if the panel couldn't be found.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtPanelGroup, PtPGFindIndexByPanel(), PtPGFindPanelByIndex(), PtPGFindPanelByTitle(), PtPGFindTitleByIndex()