MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_GetChildCount Function
MPLAB® Harmony Graphics Suite
laWidget_GetChildCount Function

Returns the size of the children list of the specified parent widget

C
LIB_EXPORT uint32_t laWidget_GetChildCount(
    laWidget* parent
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

uint32_t - the number of children of this widget

MPLAB® Harmony Graphics Suite