DAS
3.1.6 - 18/09/2017
|
List Item Activation. More...
#include <Mguidefs.h>
Data Fields | |
unsigned char | checked |
char * | item |
long | pos |
unsigned char | selected |
void * | u_data |
List Item Activation.
This structure is passed by the List Object in callback LIST_ACT_CB (C API) and LISTACT_CB (C++ API) to notify item activation. See DCL Functions for a complete C API definition, and CmSList for C++ API.
Definition at line 1179 of file Mguidefs.h.
unsigned char LIST_ACT::checked |
Item's check status flag
Definition at line 1189 of file Mguidefs.h.
char* LIST_ACT::item |
Item text
Definition at line 1181 of file Mguidefs.h.
Referenced by CONFP_opt_page7(), CONFP_param_page1(), CONFP_param_page4(), DB_ResetType_CB(), DFMSelListCB(), edtCCDOffSet_CB(), edtDASReset_CB(), edtDSZA_CB(), edtSZA_CB(), ListTargetCB(), and MDCreateSh_SimPos().
long LIST_ACT::pos |
Item's position in the list
Definition at line 1185 of file Mguidefs.h.
Referenced by DB_HomeTypeCB(), and ListTargetCB().
unsigned char LIST_ACT::selected |
Item's selection status flag
Definition at line 1187 of file Mguidefs.h.
void* LIST_ACT::u_data |
Item's user data
Definition at line 1183 of file Mguidefs.h.