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

SBL_ITEM_SEEK Struct Reference
[MGui Structures]

Used by the ItemSeek callback for 'Clip' and 'Skip' lists. More...


Data Fields

long pos
 returned item's position (0 in case of Skip List, -1 if not found)

char * sub_item
 substring to search item for


Detailed Description

Used by the ItemSeek callback for 'Clip' and 'Skip' lists.

Since Skip and Clip List objects normally contain only a subset of the items actually included in the virtual List, the application is supposed to help these objects in navigating the list when the user presses keys. The object notifies the substring that needs to be searched for by the application and the application returns back the found item position. See MCreateSListSkip(), MCreateSListClip() and CmClippedSList for object creation details.


Field Documentation

long SBL_ITEM_SEEK::pos
 

returned item's position (0 in case of Skip List, -1 if not found)

char* SBL_ITEM_SEEK::sub_item
 

substring to search item for


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