MiniGUI API Reference (MiniGUI-Threads)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Macros | |
#define | PSS_SIMPLE 0x0000L |
A simple property sheet control. All tabs of the control will have the same width. More... | |
#define | PSS_COMPACTTAB 0x0001L |
Compact tab style. The width of a tab is adaptive to the tab title. More... | |
#define | PSS_SCROLLABLE 0x0002L |
Tabs can be scrolled by scroll button. More... | |
#define | PSS_BOTTOM 0x0010L |
Bottom tab style. Tabs will be located at the bottom of the property sheet. More... | |
#define PSS_BOTTOM 0x0010L |
Bottom tab style. Tabs will be located at the bottom of the property sheet.
Definition at line 102 of file propsheet.h.
#define PSS_COMPACTTAB 0x0001L |
Compact tab style. The width of a tab is adaptive to the tab title.
Definition at line 89 of file propsheet.h.
#define PSS_SCROLLABLE 0x0002L |
Tabs can be scrolled by scroll button.
Definition at line 95 of file propsheet.h.
#define PSS_SIMPLE 0x0000L |
A simple property sheet control. All tabs of the control will have the same width.
Definition at line 83 of file propsheet.h.