mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +00:00
[RSHELL]
* Improve hot-tracking behaviour. CORE-7881 svn path=/branches/shell-experiments/; revision=62347
This commit is contained in:
parent
107ae8ee41
commit
b35ff38428
4 changed files with 55 additions and 37 deletions
|
@ -60,7 +60,6 @@ private:
|
|||
|
||||
CMenuToolbarBase * m_hotBar;
|
||||
INT m_hotItem;
|
||||
INT m_popupItem;
|
||||
|
||||
public:
|
||||
CMenuBand();
|
||||
|
@ -176,7 +175,7 @@ public:
|
|||
HRESULT _GetTopLevelWindow(HWND*topLevel);
|
||||
HRESULT _OnHotItemChanged(CMenuToolbarBase * tb, INT id);
|
||||
HRESULT _MenuItemHotTrack(DWORD changeType);
|
||||
HRESULT _OnPopupSubMenu(INT popupItem, IMenuPopup * popup, POINTL * pAt, RECTL * pExclude);
|
||||
HRESULT _OnPopupSubMenu(IMenuPopup * popup, POINTL * pAt, RECTL * pExclude, CMenuToolbarBase * toolbar, INT item);
|
||||
|
||||
BOOL UseBigIcons()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue