MPLAB® Harmony Graphics Suite
|
Return the property value 'background type' associated with the widget object The background type property decides if the widget background is drawn and re-drawn. If background is none, the entire parent widget will be re-drawn in the event that the widget gets dirty and needs re-drawing.
LIB_EXPORT laBackgroundType laWidget_GetBackgroundType( laWidget* wgt );
Parameters |
Description |
laWidget* wgt |
the widget |
laBackgroundType - the current background type
MPLAB® Harmony Graphics Suite
|