mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[RSHELL]
* Implement selecting the first/last item, and make the menu system choose to select the first item when opening a submenu with the keyboard. svn path=/branches/shell-experiments/; revision=62959
This commit is contained in:
parent
cfb6a8a36e
commit
2f3d0e3e01
5 changed files with 48 additions and 22 deletions
|
@ -182,7 +182,7 @@ public:
|
|||
HRESULT _ChangePopupItem(CMenuToolbarBase * tb, INT id);
|
||||
HRESULT _MenuItemHotTrack(DWORD changeType);
|
||||
HRESULT _CancelCurrentPopup();
|
||||
HRESULT _OnPopupSubMenu(IShellMenu * childShellMenu, POINTL * pAt, RECTL * pExclude);
|
||||
HRESULT _OnPopupSubMenu(IShellMenu * childShellMenu, POINTL * pAt, RECTL * pExclude, BOOL mouseInitiated);
|
||||
HRESULT _DisableMouseTrack(BOOL bDisable);
|
||||
HRESULT _SetChildBand(CMenuBand * child);
|
||||
HRESULT _SetParentBand(CMenuBand * parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue