MiniGUI API Reference (MiniGUI-Standalone)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Modules | |
Styles of spinbox control | |
Messages of spinbox control | |
Notification codes of spinbox control | |
Data Structures | |
struct | _SPININFO |
Macros | |
#define | CTRL_SPINBOX ("SpinBox") |
The class name of spinbox control. More... | |
Typedefs | |
typedef struct _SPININFO | SPININFO |
typedef SPININFO * | PSPININFO |
Data type of the pointer to a SPININFO. More... | |
Functions | |
void | GetSpinBoxSize (DWORD dwStyle, int *w, int *h) |
Gets size of a vertical spin box control. More... | |
#define CTRL_SPINBOX ("SpinBox") |
void GetSpinBoxSize | ( | DWORD | dwStyle, |
int * | w, | ||
int * | h | ||
) |
Gets size of a vertical spin box control.
The spin box control in MiniGUI has fixed size. This function gets the size of a spin box control.
dwStyle | The style of the spin box. |
w | The width of the spin box control will be returned through this argument. |
h | The height of the spin box control will be returned through this argument. |