Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

SpinBox control
[Controls defined in libmgext]

Modules

Data Structures

Defines

Typedefs

Functions


Define Documentation

#define CTRL_SPINBOX   ("SpinBox")
 

The class name of spinbox control.

Definition at line 55 of file spinbox.h.


Typedef Documentation

typedef SPININFO * PSPININFO
 

Data type of the pointer to a SPININFO.

Definition at line 71 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 Mon Jun 26 13:54:34 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2