DAS
3.1.6 - 18/09/2017
|
List Item. More...
#include <Mguidefs.h>
Data Fields | |
char * | data |
long | misc |
struct XL_ITEM * | next |
void * | u_data |
List Item.
Primarily used to supply data in virtual list Objects (Skip and Clip Lists). This structure is notified by Skip/Clip List object inside structure SBL_NEW_BLOCK when the object queries new data to the application. See DCL Functions for a complete C API definition, and CmSList for C++ API.
Definition at line 1159 of file Mguidefs.h.
char* XL_ITEM::data |
Points to the item text
Definition at line 1163 of file Mguidefs.h.
long XL_ITEM::misc |
Internal use
Definition at line 1165 of file Mguidefs.h.
struct XL_ITEM* XL_ITEM::next |
Points to next item
Definition at line 1161 of file Mguidefs.h.
void* XL_ITEM::u_data |
Item's user data
Definition at line 1167 of file Mguidefs.h.