mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
[RSHELL]
* Move the copying back where it belongs. CMake may generate the dependencies the wrong way around (explorer-new should depend on rshell), but at least the copying works as expected, even if I always have to "build solution". * Allow toggling between TBSTYLE_EX_VERTICAL and the manual TBSTATE_WRAP setting by (un)definiting TBSTYLE_EX_VERTICAL. CORE-7881 svn path=/branches/shell-experiments/; revision=62412
This commit is contained in:
parent
9304a4e45f
commit
612d72cb58
5 changed files with 39 additions and 33 deletions
|
@ -87,8 +87,8 @@ protected:
|
|||
|
||||
LRESULT CALLBACK SubclassProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
HRESULT AddButton(DWORD commandId, LPCWSTR caption, BOOL hasSubMenu, INT iconId, DWORD_PTR buttonData);
|
||||
HRESULT AddSeparator();
|
||||
HRESULT AddButton(DWORD commandId, LPCWSTR caption, BOOL hasSubMenu, INT iconId, DWORD_PTR buttonData, BOOL last);
|
||||
HRESULT AddSeparator(BOOL last);
|
||||
HRESULT AddPlaceholder();
|
||||
|
||||
HRESULT UpdateImageLists();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue