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

LIST_ACT Struct Reference
[MGui Structures]

List Item Activation. More...


Data Fields

char * item
 Item text.

void * u_data
 Item's user data.

long pos
 Item's position in the list.

unsigned char selected
 Item's selection status flag.

unsigned char checked
 Item's check status flag.


Detailed Description

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


Field Documentation

unsigned char LIST_ACT::checked
 

Item's check status flag.

char* LIST_ACT::item
 

Item text.

long LIST_ACT::pos
 

Item's position in the list.

unsigned char LIST_ACT::selected
 

Item's selection status flag.

void* LIST_ACT::u_data
 

Item's user data.


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