| 
    MiniGUI API Reference (MiniGUI-Threads)
    v5.0.6
    
   A mature and proven cross-platform GUI system for embedded and smart IoT devices 
   | 
 
Macros | |
| #define | BST_POSE_MASK 0x0003 | 
| The pose(normal, hilite, pushed and disable) mask of status of button.  More... | |
| #define | BST_NORMAL 0x0000 | 
| Specifies the normal state.  More... | |
| #define | BST_HILITE 0x0001 | 
| Specifies the hilite state.  More... | |
| #define | BST_PUSHED 0x0002 | 
| Specifies the pushed state.  More... | |
| #define | BST_DISABLE 0x0003 | 
| Specifies the disable state.  More... | |
| #define | BST_CHECK_MASK 0x000c | 
| The check(unchecked, checked and indeterminate) mask of status of button.  More... | |
| #define | BST_UNCHECKED 0x0000 | 
| Indicates the button is unchecked.  More... | |
| #define | BST_CHECKED 0x0004 | 
| Indicates the button is checked.  More... | |
| #define | BST_INDETERMINATE 0x0008 | 
| Indicates the button is grayed because the state of the button is indeterminate.  More... | |
| #define | BST_FOCUS 0x0010 | 
| Specifies the focus state.  More... | |
| #define BST_CHECK_MASK 0x000c | 
| #define BST_CHECKED 0x0004 | 
| #define BST_INDETERMINATE 0x0008 | 
| #define BST_POSE_MASK 0x0003 | 
 1.8.17