MPLAB® Harmony Graphics Suite
|
Sets the scheme variable for the specified widget. The scheme defines the appearance of the widget. Setting this to NULL may result in undefined behavior if the widget doesn't properly support a NULL scheme.
LIB_EXPORT laResult laWidget_SetScheme( laWidget* wgt, laScheme* scheme );
Parameters |
Description |
laWidget* wgt |
the widget |
laScheme* scheme |
a pointer to a scheme or NULL |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|