PtPGFindTitleByIndex()

Get the title of the panel with a given index

Synopsis:

char *PtPGFindTitleByIndex( PtWidget_t *widget,
                            int index );

Description:

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

Returns:

A pointer to the title of the specified panel, or NULL if the specified panel doesn't exist.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtPanelGroup, PtPGFindIndexByPanel(), PtPGFindIndexByTitle(), PtPGFindPanelByIndex(), PtPGFindPanelByTitle()