MPLAB® Harmony Graphics Suite
|
Traverses the children list of the specified parent widget and finds the index of the child widget specified.
LIB_EXPORT int32_t laWidget_GetIndexOfChild( laWidget* parent, laWidget* child );
Parameters |
Description |
laWidget* parent |
the parent widget |
laWidget* child |
the child widget |
int32_t - the index of the given child pointer or -1 if not found
MPLAB® Harmony Graphics Suite
|