mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 21:10:21 +00:00
[RSHELL]
* Improve mouse navigation of the menubar. * Fix the menus. * Fix the case for system includes (hopefully fixes). CORE-7586 svn path=/branches/shell-experiments/; revision=62537
This commit is contained in:
parent
ad40525f61
commit
0216102e0c
6 changed files with 192 additions and 139 deletions
|
@ -22,8 +22,8 @@
|
|||
class CMenuBand;
|
||||
class CMenuFocusManager;
|
||||
|
||||
#define WM_USER_ISTRACKEDITEM (WM_USER+41)
|
||||
#define WM_USER_CHANGETRACKEDITEM (WM_USER+42)
|
||||
#define WM_USER_ISTRACKEDITEM (WM_APP+41)
|
||||
#define WM_USER_CHANGETRACKEDITEM (WM_APP+42)
|
||||
|
||||
|
||||
class CMenuToolbarBase
|
||||
|
@ -89,7 +89,6 @@ public:
|
|||
virtual HRESULT OnContextMenu(NMMOUSE * rclick) = 0;
|
||||
|
||||
HRESULT PopupItem(INT uItem);
|
||||
HRESULT HasSubMenu(INT uItem);
|
||||
HRESULT GetDataFromId(INT uItem, INT* pIndex, DWORD_PTR* pData);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue