MENU
Jump to navigation
Jump to search
The MENU widget can be used to create several kinds of menus. Each MENU item represents an application command or a submenu. Selecting a MENU item sends a WM_MENU message to the owner of the MENU or opens a submenu. If mouse support is enabled, the MENU widget reacts on moving the mouse over the items of a MENU widget.
| MENU | |
|---|---|
| Receives focus | Yes |
| Skinnable | Yes |
| OwnerDraw | No |
| Uses Memory Devices | No |
| Attached widgets | None |
Notification codes
The MENU widget does not send any WM_NOTIFY_PARENT messages to the parent window.
Keyboard reaction
The BUTTON widget reacts to the following keys if it has the input focus:
| Message | Description |
|---|---|
| GUI_KEY_RIGHT |
|
| GUI_KEY_LEFT |
|
| GUI_KEY_DOWN |
|
| GUI_KEY_UP |
|
| GUI_KEY_ESCAPE |
|
| GUI_KEY_ENTER |
|
