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