SpinBox control
[Standard controls]

Data Structures

Modules

Defines

Typedefs

Functions


Define Documentation

#define CTRL_SPINBOX   ("SpinBox")

The class name of spinbox control.

Definition at line 50 of file spinbox.h.


Typedef Documentation

typedef SPININFO * PSPININFO

Data type of the pointer to a SPININFO.

Definition at line 66 of file spinbox.h.

typedef struct _SPININFO SPININFO

Structure of the spinbox info


Function Documentation

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.

Parameters:
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.
Generated on Thu Apr 7 15:58:36 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3