mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 11:20:18 +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
|
@ -47,6 +47,7 @@ private:
|
|||
CComPtr<IShellMenuCallback> m_psmc;
|
||||
CComPtr<IMenuPopup> m_subMenuChild;
|
||||
CComPtr<IMenuPopup> m_subMenuParent;
|
||||
CComPtr<CMenuBand> m_childBand;
|
||||
|
||||
UINT m_uId;
|
||||
UINT m_uIdAncestor;
|
||||
|
@ -178,6 +179,7 @@ public:
|
|||
HRESULT _MenuItemHotTrack(DWORD changeType);
|
||||
HRESULT _OnPopupSubMenu(IMenuPopup * popup, POINTL * pAt, RECTL * pExclude, CMenuToolbarBase * toolbar, INT item);
|
||||
HRESULT _DisableMouseTrack(BOOL bDisable);
|
||||
HRESULT _SetChildBand(CMenuBand * child);
|
||||
|
||||
BOOL UseBigIcons()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue