DAS
3.1.6 - 18/09/2017
|
Used by the ItemSeek callback for 'Clip' and 'Skip' lists. More...
#include <Mguidefs.h>
Data Fields | |
long | pos |
char * | sub_item |
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.
Definition at line 1290 of file Mguidefs.h.
long SBL_ITEM_SEEK::pos |
returned item's position (0 in case of Skip List, -1 if not found)
Definition at line 1292 of file Mguidefs.h.
char* SBL_ITEM_SEEK::sub_item |
substring to search item for
Definition at line 1294 of file Mguidefs.h.