MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Styles of menubutton control

Macros

#define MBS_SORT   0x0001
 If this bit is set, the items listed in the control are displayed in a specified order. More...
 
#define MBS_LEFTARROW   0x0002
 The menu pull-down arrow will be display at the left of the text. More...
 
#define MBS_NOBUTTON   0x0004
 The control have not push button. More...
 
#define MBS_ALIGNLEFT   0x0000
 The text on menubutton is left-align (default). More...
 
#define MBS_ALIGNRIGHT   0x0010
 The text on menubutton is right-align. More...
 
#define MBS_ALIGNCENTER   0x0020
 The text on menubutton is center-align. More...
 
#define MBS_ALIGNMASK   0x00F0
 The align mask of menubutton. More...
 

Detailed Description

Macro Definition Documentation

#define MBS_ALIGNCENTER   0x0020

The text on menubutton is center-align.

Definition at line 162 of file menubutton.h.

#define MBS_ALIGNLEFT   0x0000

The text on menubutton is left-align (default).

Definition at line 150 of file menubutton.h.

#define MBS_ALIGNMASK   0x00F0

The align mask of menubutton.

Definition at line 168 of file menubutton.h.

#define MBS_ALIGNRIGHT   0x0010

The text on menubutton is right-align.

Definition at line 156 of file menubutton.h.

#define MBS_LEFTARROW   0x0002

The menu pull-down arrow will be display at the left of the text.

Definition at line 138 of file menubutton.h.

#define MBS_NOBUTTON   0x0004

The control have not push button.

Definition at line 144 of file menubutton.h.

#define MBS_SORT   0x0001

If this bit is set, the items listed in the control are displayed in a specified order.

Definition at line 132 of file menubutton.h.