MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Macros
ComboBox control

Modules

 Styles of combobox control
 
 Messages of combobox control
 
 Notification codes of combobox control
 

Macros

#define CTRL_COMBOBOX   ("combobox")
 The class name of combobox control. More...
 
#define CB_OKAY   LB_OKAY
 
#define CB_ERR   LB_ERR
 
#define CB_ERRSPACE   LB_ERRSPACE
 

Detailed Description

Macro Definition Documentation

#define CB_ERR   LB_ERR

Combo Box return error value

Definition at line 909 of file combobox.h.

#define CB_ERRSPACE   LB_ERRSPACE

Combo Box return space error value

Definition at line 911 of file combobox.h.

#define CB_OKAY   LB_OKAY

Combo Box return ok value

Definition at line 907 of file combobox.h.

#define CTRL_COMBOBOX   ("combobox")

The class name of combobox control.

Definition at line 72 of file combobox.h.