Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

XL_ITEM Struct Reference
[MGui Structures]

List Item. More...


Data Fields

XL_ITEM * next
 Points to next item.

char * data
 Points to the item text.

long misc
 Internal use.

void * u_data
 Item's user data.


Detailed Description

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 List Objects for a complete C API definition, and CmSList for C++ API.


Field Documentation

char* XL_ITEM::data
 

Points to the item text.

long XL_ITEM::misc
 

Internal use.

struct XL_ITEM* XL_ITEM::next
 

Points to next item.

void* XL_ITEM::u_data
 

Item's user data.


Generated on Sun Jun 29 13:03:08 2003 for MGui API by doxygen1.3-rc2