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 543 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 567 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 579 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 555 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 573 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 561 of file button.h.


Generated on Mon Jun 26 14:21:36 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2