mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
Swap these 2 icons around. They are more fitting to the app this way.
svn path=/trunk/; revision=21478
This commit is contained in:
parent
cd3d342b0b
commit
6cae95fd74
3 changed files with 18 additions and 0 deletions
|
@ -251,6 +251,9 @@ BOOL TbdAddToolbar(PTOOLBAR_DOCKS TbDocks,
|
||||||
const DOCKBAR *Dockbar,
|
const DOCKBAR *Dockbar,
|
||||||
PVOID Context,
|
PVOID Context,
|
||||||
const DOCKBAR_ITEM_CALLBACKS *DockbarCallbacks);
|
const DOCKBAR_ITEM_CALLBACKS *DockbarCallbacks);
|
||||||
|
BOOL TbdDockBarIdFromClientWindow(PTOOLBAR_DOCKS TbDocks,
|
||||||
|
HWND hWndClient,
|
||||||
|
UINT *Id);
|
||||||
BOOL TbdHandleNotifications(PTOOLBAR_DOCKS TbDocks,
|
BOOL TbdHandleNotifications(PTOOLBAR_DOCKS TbDocks,
|
||||||
LPNMHDR pnmh,
|
LPNMHDR pnmh,
|
||||||
LRESULT *Result);
|
LRESULT *Result);
|
||||||
|
@ -334,6 +337,21 @@ VOID GetError(DWORD err);
|
||||||
|
|
||||||
VOID MessageBoxInt(INT num);
|
VOID MessageBoxInt(INT num);
|
||||||
|
|
||||||
|
BOOL ToolbarDeleteControlSpace(HWND hWndToolbar,
|
||||||
|
const TBBUTTON *ptbButton);
|
||||||
|
|
||||||
|
typedef VOID (*ToolbarChangeControlCallback)(HWND hWndToolbar,
|
||||||
|
HWND hWndControl,
|
||||||
|
BOOL Vert);
|
||||||
|
VOID ToolbarUpdateControlSpaces(HWND hWndToolbar,
|
||||||
|
ToolbarChangeControlCallback ChangeCallback);
|
||||||
|
|
||||||
|
BOOL ToolbarInsertSpaceForControl(HWND hWndToolbar,
|
||||||
|
HWND hWndControl,
|
||||||
|
INT Index,
|
||||||
|
INT iCmd,
|
||||||
|
BOOL HideVertical);
|
||||||
|
|
||||||
/* opensave.c */
|
/* opensave.c */
|
||||||
VOID FileInitialize(HWND hwnd);
|
VOID FileInitialize(HWND hwnd);
|
||||||
BOOL DoOpenFile(HWND hwnd, LPTSTR lpFileName, LPTSTR lpName);
|
BOOL DoOpenFile(HWND hwnd, LPTSTR lpFileName, LPTSTR lpName);
|
||||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Add table
Add a link
Reference in a new issue