MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Modules | |
Styles of listbox control | |
Messages of listbox control | |
Notification codes of listbox control | |
Data Structures | |
struct | _LISTBOXITEMINFO |
Macros | |
#define | CTRL_LISTBOX ("listbox") |
The class name of listbox control. More... | |
#define | LB_OKAY 0 |
#define | LB_ERR (-3) |
#define | LB_ERRSPACE (-2) |
#define | CMFLAG_MASK 0x000F |
The mask of check mark and image flag value. More... | |
#define | IMGFLAG_BITMAP 0x0010 |
Listbox item style that context of itme is bitmap. More... | |
#define | LBIS_SIGNIFICANT 0x0020 |
Listbox item style that item is rendered with WE_FGC_SIGNIFICANT_ITEM and WE_BGC_SIGNIFICANT_ITEM color. More... | |
Typedefs | |
typedef struct _LISTBOXITEMINFO | LISTBOXITEMINFO |
typedef LISTBOXITEMINFO * | PLISTBOXITEMINFO |
Data type of the pointer to a LISTBOXITEMINFO. More... | |
#define CMFLAG_MASK 0x000F |
The mask of check mark and image flag value.
#define CTRL_LISTBOX ("listbox") |
#define IMGFLAG_BITMAP 0x0010 |
#define LBIS_SIGNIFICANT 0x0020 |
typedef struct _LISTBOXITEMINFO LISTBOXITEMINFO |
Structrue of the listbox item info
typedef LISTBOXITEMINFO * PLISTBOXITEMINFO |