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

List Item Activation. More...

#include <Mguidefs.h>

+ Collaboration diagram for LIST_ACT:

Data Fields

unsigned char checked
 
char * item
 
long pos
 
unsigned char selected
 
void * u_data
 

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

Definition at line 1179 of file Mguidefs.h.

Field Documentation

§ checked

unsigned char LIST_ACT::checked

Item's check status flag

Definition at line 1189 of file Mguidefs.h.

§ item

char* LIST_ACT::item

§ pos

long LIST_ACT::pos

Item's position in the list

Definition at line 1185 of file Mguidefs.h.

Referenced by DB_HomeTypeCB(), and ListTargetCB().

§ selected

unsigned char LIST_ACT::selected

Item's selection status flag

Definition at line 1187 of file Mguidefs.h.

§ u_data

void* LIST_ACT::u_data

Item's user data

Definition at line 1183 of file Mguidefs.h.


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