mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:12:59 +00:00
[BROWSEUI]
* Load and use rshell for the menubar. * Properly forward WM_NOTIFY and WM_COMMAND messages to the toolbars. [RSHELL] * Improve behaviour of horizontal menubands. * Clicking on submenu items does not work yet. CORE-7586 svn path=/branches/shell-experiments/; revision=62448
This commit is contained in:
parent
a8919a7a3b
commit
2ca6b95aeb
11 changed files with 288 additions and 77 deletions
|
@ -42,6 +42,8 @@ protected:
|
|||
CMenuToolbarBase * m_popupBar;
|
||||
INT m_popupItem;
|
||||
|
||||
DWORD m_toolbarFlags;
|
||||
|
||||
private:
|
||||
static LRESULT CALLBACK s_SubclassProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
|
@ -61,7 +63,7 @@ public:
|
|||
HRESULT OnPopupItemChanged(CMenuToolbarBase * toolbar, INT item);
|
||||
|
||||
HRESULT PopupSubMenu(UINT itemId, UINT index, IShellMenu* childShellMenu);
|
||||
HRESULT PopupSubMenu(UINT index, HMENU menu);
|
||||
HRESULT PopupSubMenu(UINT itemId, UINT index, HMENU menu);
|
||||
HRESULT DoContextMenu(IContextMenu* contextMenu);
|
||||
|
||||
HRESULT ChangeHotItem(DWORD changeType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue