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

MGui Structures


Data Structures

struct  DRAWAREA_PREF
 DrawArea Object's resize data. More...

struct  EDIT_CHANGE
 Value Change for the Edit Object. More...

struct  EDIT_CURS
 Cursor Position for the Edit Object. More...

struct  EDIT_VAL
 Validation data for the EditField Object. More...

struct  EL_TEMPLATE
 Template for EditList Object's creation. More...

struct  IMAGE_CMAP
 Colormap entry. More...

struct  LIST_ACT
 List Item Activation. More...

struct  LIST_SEL
 List Item Selection. More...

struct  MIMAGE_DESCR
 Image description. More...

struct  MPOINT
 Point structure. More...

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

struct  SBL_NEW_BLOCK
 Data feed for Skip and Clip List objects. More...

struct  XL_ITEM
 List Item. More...


Defines

#define XLItemCheck(pxl)   ((pxl)->misc |= SBL_ITEM_CHECKED)
#define XLItemUncheck(pxl)   ((pxl)->misc &= ~SBL_ITEM_CHECKED)

Define Documentation

#define XLItemCheck pxl       ((pxl)->misc |= SBL_ITEM_CHECKED)
 

Utility macro to mark a List item (XL_ITEM ) as checked.

#define XLItemUncheck pxl       ((pxl)->misc &= ~SBL_ITEM_CHECKED)
 

Utility macro to uncheck a List item (XL_ITEM ).


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