States of button control
[Button control]

Defines


Define Documentation

#define BST_CHECK_MASK   0x000c

The check(unchecked, checked and indeterminate) mask of status of button.

Definition at line 354 of file button.h.

#define BST_CHECKED   0x0004

Indicates the button is checked.

Definition at line 366 of file button.h.

#define BST_DISABLE   0x0003

Specifies the disable state.

Definition at line 346 of file button.h.

#define BST_FOCUS   0x0010

Specifies the focus state.

Definition at line 379 of file button.h.

#define BST_HILITE   0x0001

Specifies the hilite state.

Definition at line 334 of file button.h.

#define BST_INDETERMINATE   0x0008

Indicates the button is grayed because the state of the button is indeterminate.

Definition at line 373 of file button.h.

#define BST_NORMAL   0x0000

Specifies the normal state.

Definition at line 328 of file button.h.

#define BST_POSE_MASK   0x0003

The pose(normal, hilite, pushed and disable) mask of status of button.

Definition at line 322 of file button.h.

#define BST_PUSHED   0x0002

Specifies the pushed state.

Definition at line 340 of file button.h.

#define BST_UNCHECKED   0x0000

Indicates the button is unchecked.

Definition at line 360 of file button.h.

Generated on Thu Apr 7 15:58:34 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3