Get the title of the panel with a given index
char *PtPGFindTitleByIndex( PtWidget_t *widget, int index );
This function retrieves the title of the panel with the specified index within the PtPanelGroup specified by the widget argument.
A pointer to the title of the specified panel, or NULL if the specified panel doesn't exist.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtPanelGroup, PtPGFindIndexByPanel(), PtPGFindIndexByTitle(), PtPGFindPanelByIndex(), PtPGFindPanelByTitle()