DAS  3.1.6 - 18/09/2017
Data Fields
SBL_ITEM_SEEK Struct Reference

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

#include <Mguidefs.h>

+ Collaboration diagram for SBL_ITEM_SEEK:

Data Fields

long pos
 
char * sub_item
 

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.

Definition at line 1290 of file Mguidefs.h.

Field Documentation

§ pos

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.

§ sub_item

char* SBL_ITEM_SEEK::sub_item

substring to search item for

Definition at line 1294 of file Mguidefs.h.


The documentation for this struct was generated from the following file:
______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:17 for DAS - Rel. 3.1.6 - 18/09/2017.