MPLAB® Harmony Graphics Suite
|
Returns the size of the children list of the specified parent widget
LIB_EXPORT uint32_t laWidget_GetChildCount( laWidget* parent );
Parameters |
Description |
laWidget* wgt |
the widget |
uint32_t - the number of children of this widget
MPLAB® Harmony Graphics Suite
|