MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Data Structures | Macros | Typedefs
ListBox control

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 LISTBOXITEMINFOPLISTBOXITEMINFO
 Data type of the pointer to a LISTBOXITEMINFO. More...
 

Detailed Description

Macro Definition Documentation

#define CMFLAG_MASK   0x000F

The mask of check mark and image flag value.

See also
_LISTBOXITEMINFO

Definition at line 90 of file listbox.h.

#define CTRL_LISTBOX   ("listbox")

The class name of listbox control.

Definition at line 72 of file listbox.h.

#define IMGFLAG_BITMAP   0x0010

Listbox item style that context of itme is bitmap.

Definition at line 96 of file listbox.h.

#define LB_ERR   (-3)

Listbox return value

Definition at line 77 of file listbox.h.

#define LB_ERRSPACE   (-2)

Listbox return value

Definition at line 79 of file listbox.h.

#define LB_OKAY   0

Listbox return value

Definition at line 75 of file listbox.h.

#define LBIS_SIGNIFICANT   0x0020

Listbox item style that item is rendered with WE_FGC_SIGNIFICANT_ITEM and WE_BGC_SIGNIFICANT_ITEM color.

Definition at line 103 of file listbox.h.

Typedef Documentation

Structrue of the listbox item info

Data type of the pointer to a LISTBOXITEMINFO.

Definition at line 137 of file listbox.h.