Notification codes of button control
[Button control]

Defines


Define Documentation

#define BN_CLICKED   0

The BN_CLICKED notification message is sent when the user clicks a button.

Definition at line 595 of file button.h.

#define BN_DBLCLK   BN_DOUBLECLICKED

The BN_DBLCLK notification message is sent when the user double-clicks a button.

Definition at line 601 of file button.h.

#define BN_DISABLE   6

The BN_DISABLE notification message is sent when the user disables a button. (the user sends BM_ENABLE(wParam == FALSE) to it).

Definition at line 634 of file button.h.

#define BN_ENABLE   7

The BN_DISABLE notification message is sent when the user disables a button. (the user sends BM_ENABLE(wParam == TRUE) to it).

Definition at line 641 of file button.h.

#define BN_HILITE   2

The BN_HILITE notification message is sent when the user hilite a button (the user moves the mouse onto it).

Definition at line 608 of file button.h.

#define BN_KILLFOCUS   9

The BN_KILLFOCUS notification message is sent when a button loses the keyboard focus.

Definition at line 653 of file button.h.

#define BN_PUSHED   4

The BN_PUSHED notification message is sent when the user pushes a button.

Definition at line 621 of file button.h.

#define BN_SETFOCUS   8

The BN_SETFOCUS notification message is sent when a button receives the keyboard focus.

Definition at line 647 of file button.h.

#define BN_UNHILITE   3

The BN_UNHILITE notification message is sent when the user unhilite a button, (the user moves the mouse leaving it).

Definition at line 615 of file button.h.

#define BN_UNPUSHED   5

The BN_UNPUSHED notification message is sent when the user unpushes a button.

Definition at line 627 of file button.h.

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