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

LIST_SEL Struct Reference
[MGui Structures]

List Item Selection. 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.

MEventpe
 Event that causes the call (mouse or keyboard).


Detailed Description

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


Field Documentation

unsigned char LIST_SEL::checked
 

Item's check status flag.

char* LIST_SEL::item
 

Item text.

MEvent* LIST_SEL::pe
 

Event that causes the call (mouse or keyboard).

NULL if the change is due to a DelItem

long LIST_SEL::pos
 

Item's position in the list.

unsigned char LIST_SEL::selected
 

Item's selection status flag.

void* LIST_SEL::u_data
 

Item's user data.


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