DAS
3.1.6 - 18/09/2017
|
List Item Selection. More...
#include <Mguidefs.h>
Data Fields | |
unsigned char | checked |
char * | item |
MEvent * | pe |
long | pos |
unsigned char | selected |
void * | u_data |
List Item Selection.
This structure is passed by the List Object to the Selection callback LIST_SEL_CB (C API) and LISTSEL_CB (C++ API) when the focused item changes. If the List owns the input focus and its last item is removed, then the callback is called with a value of -1 in the pos attribute. See DCL Functions for a complete C API definition, and CmSList for C++ API.
Definition at line 1203 of file Mguidefs.h.
unsigned char LIST_SEL::checked |
Item's check status flag
Definition at line 1213 of file Mguidefs.h.
char* LIST_SEL::item |
Item text
Definition at line 1205 of file Mguidefs.h.
MEvent* LIST_SEL::pe |
Event that causes the call (mouse or keyboard). NULL if the change is due to a DelItem
Definition at line 1217 of file Mguidefs.h.
long LIST_SEL::pos |
Item's position in the list
Definition at line 1209 of file Mguidefs.h.
unsigned char LIST_SEL::selected |
Item's selection status flag
Definition at line 1211 of file Mguidefs.h.
void* LIST_SEL::u_data |
Item's user data
Definition at line 1207 of file Mguidefs.h.