MPLAB® Harmony Graphics Suite
|
Enumeration: laListWidget_SelectionMode_t
Single - a single selection from the list is allowed at any one time Multiple - any number of selected items is allowed at any one time Contiguous - any number of selected items in a contiguous serious is allowed at any one time
typedef enum laListWidget_SelectionMode_t { LA_LIST_WIDGET_SELECTION_MODE_SINGLE, LA_LIST_WIDGET_SELECTION_MODE_MULTIPLE, LA_LIST_WIDGET_SELECTION_MODE_CONTIGUOUS } laListWidget_SelectionMode;
None.
MPLAB® Harmony Graphics Suite
|