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