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

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 541 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 565 of file button.h.

#define BN_KILLFOCUS   7
 

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

Definition at line 577 of file button.h.

#define BN_PUSHED   BN_HILITE
 

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

Definition at line 553 of file button.h.

#define BN_SETFOCUS   6
 

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

Definition at line 571 of file button.h.

#define BN_UNPUSHED   BN_UNHILITE
 

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

Definition at line 559 of file button.h.


Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2