MPLAB® Harmony Graphics Suite
|
Fetches the child at the specified index from the children list of the specified parent widget
LIB_EXPORT laWidget* laWidget_GetChildAtIndex( laWidget* parent, uint32_t idx );
Parameters |
Description |
laWidget* wgt |
the widget |
uint32_t idx |
the desired child index |
laWidget* - a valid child pointer or NULL
MPLAB® Harmony Graphics Suite
|