MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laCheckBoxWidget_SetCheckedEventCallback( laCheckBoxWidget* cbox, laCheckBoxWidget_CheckedEvent cb );
Parameters |
Description |
laCheckBoxWidget* cbox |
the widget |
laCheckBoxWidget_CheckedEvent cb |
a valid callback pointer or NULL |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|