mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:13:00 +00:00
[RSHELL]
* Improve behaviour when hovering and clicking on the menubar. It's still somewhat glitchy though. CORE-7586 svn path=/branches/shell-experiments/; revision=62539
This commit is contained in:
parent
0216102e0c
commit
d2b33acd15
4 changed files with 38 additions and 4 deletions
|
@ -48,6 +48,7 @@ private:
|
|||
CComPtr<IMenuPopup> m_subMenuChild;
|
||||
CComPtr<IMenuPopup> m_subMenuParent;
|
||||
CComPtr<CMenuBand> m_childBand;
|
||||
CComPtr<CMenuBand> m_parentBand;
|
||||
|
||||
UINT m_uId;
|
||||
UINT m_uIdAncestor;
|
||||
|
@ -180,6 +181,8 @@ public:
|
|||
HRESULT _OnPopupSubMenu(IMenuPopup * popup, POINTL * pAt, RECTL * pExclude, CMenuToolbarBase * toolbar, INT item);
|
||||
HRESULT _DisableMouseTrack(BOOL bDisable);
|
||||
HRESULT _SetChildBand(CMenuBand * child);
|
||||
HRESULT _SetParentBand(CMenuBand * parent);
|
||||
HRESULT _IsPopup();
|
||||
|
||||
BOOL UseBigIcons()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue