MPLAB® Harmony Graphics Suite
|
This callback is called whenver an items selected state is modified.
LIB_EXPORT laResult laListWidget_SetSelectedItemChangedEventCallback( laListWidget* lst, laListWidget_SelectedItemChangedEvent cb );
Parameters |
Description |
laListWidget* lst |
the widget |
the desired pointer to callback or NULL |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|