|
MiniGUI API Reference (MiniGUI-Processes)
v4.0.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
| #define | LBN_ERRSPACE 255 |
| Indicates that memory is not enough. More... | |
| #define | LBN_SELCHANGE 1 |
| Indicates change due to mouse or keyboard user input. More... | |
| #define | LBN_DBLCLK 2 |
| Indicates double click on an item. More... | |
| #define | LBN_SELCANCEL 3 |
| Indicates cancel of the selection in the list box. More... | |
| #define | LBN_SETFOCUS 4 |
| Indicates gain of input focus. More... | |
| #define | LBN_KILLFOCUS 5 |
| Indicates loss of input focus. More... | |
| #define | LBN_CLICKCHECKMARK 6 |
| Indicates click on the check mark. More... | |
| #define | LBN_CLICKED 7 |
| Indicates click on the string. More... | |
| #define | LBN_ENTER 8 |
| Indicates the user has pressed the ENTER key. More... | |
| #define LBN_CLICKCHECKMARK 6 |
| #define LBN_DBLCLK 2 |
| #define LBN_ENTER 8 |
| #define LBN_ERRSPACE 255 |
| #define LBN_KILLFOCUS 5 |
| #define LBN_SELCANCEL 3 |
| #define LBN_SELCHANGE 1 |
1.8.13