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

This function allocates memory and initializes the input string pointer. The caller is responsible for managing the memory once this function returns.

C
LIB_EXPORT laResult laWindowWidget_GetTitle(
    laWindowWidget* win, 
    laString* str
);
Parameters
Parameters 
Description 
laWindowWidget* win 
the widget 
laString* str 
a pointer to an laString object 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite