|
DAS
3.1.6 - 18/09/2017
|
Collaboration diagram for 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 | FB_PREFS |
| File Browser Preferences. Used by the Utility functions MFileBowserExt() and MDirBowserExt(). 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... | |
Macros | |
| #define | XLItemCheck(pxl) ((pxl)->misc |= SBL_ITEM_CHECKED) |
| #define | XLItemUncheck(pxl) ((pxl)->misc &= ~SBL_ITEM_CHECKED) |
/
| #define XLItemCheck | ( | pxl | ) | ((pxl)->misc |= SBL_ITEM_CHECKED) |
Utility macro to mark a List item (XL_ITEM) as checked.
Definition at line 1301 of file Mguidefs.h.
| #define XLItemUncheck | ( | pxl | ) | ((pxl)->misc &= ~SBL_ITEM_CHECKED) |
Utility macro to uncheck a List item (XL_ITEM).
Definition at line 1306 of file Mguidefs.h.
