#include <window.h>
Inheritance diagram for ui_extension::menu_window:

Public Member Functions | |
| virtual void | hide_accelerators ()=0 |
| Indicates that you should stop underlining menu access keys in your menu. | |
| virtual bool | is_menu_focused () const =0 |
| Retrieve whether the menu has the keyboard focus.. | |
| virtual bool | on_menuchar (unsigned short chr)=0 |
| Called by host when a menu accelerator is pressed. | |
| virtual void | set_focus ()=0 |
| Called by host to indicate you should focus your menu. | |
| virtual void | show_accelerators ()=0 |
| Indicates that you should underline menu access keys in your menu. | |
Public Attributes | |
| menu_window | |
| window | |
|
|
Indicates that you should stop underlining menu access keys in your menu.
|
|
|
Retrieve whether the menu has the keyboard focus..
|
|
|
Called by host when a menu accelerator is pressed. Called by host in its WM_MENUCHAR handler to notify extension that a menu was requested to be opened. You should check whether the accelerator key pressed is one of yours.
|
|
|
Called by host to indicate you should focus your menu.
|
|
|
Indicates that you should underline menu access keys in your menu.
|
1.4.6-NO