Commit a19defdf authored by Joel Holdsworth's avatar Joel Holdsworth Committed by Alexandre Julliard

shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip.

parent e0ef2d17
......@@ -41,6 +41,9 @@ RC_SRCS = \
Uk.rc \
shdocvw.rc
SVG_SRCS = \
ietoolbar.svg
IDL_TLB_SRCS = shdocvw_v1.idl
@MAKE_DLL_RULES@
dlls/shdocvw/ietoolbar.bmp

3.1 KB | W: | H:

dlls/shdocvw/ietoolbar.bmp

24.1 KB | W: | H:

dlls/shdocvw/ietoolbar.bmp
dlls/shdocvw/ietoolbar.bmp
dlls/shdocvw/ietoolbar.bmp
dlls/shdocvw/ietoolbar.bmp
  • 2-up
  • Swipe
  • Onion skin
......@@ -447,7 +447,7 @@ static void create_rebar(HWND hwnd)
hwndToolbar = CreateWindowExW(TBSTYLE_EX_MIXEDBUTTONS, TOOLBARCLASSNAMEW, NULL, TBSTYLE_FLAT | WS_CHILD | WS_VISIBLE, 0, 0, 0, 0, hwndRebar, (HMENU)IDC_BROWSE_TOOLBAR, shdocvw_hinstance, NULL);
imagelist = ImageList_LoadImageW(shdocvw_hinstance, idb_ietoolbar, 32, 0, RGB(255,0,255), IMAGE_BITMAP, LR_DEFAULTCOLOR);
imagelist = ImageList_LoadImageW(shdocvw_hinstance, idb_ietoolbar, 32, 0, CLR_NONE, IMAGE_BITMAP, LR_CREATEDIBSECTION);
SendMessageW(hwndToolbar, TB_SETIMAGELIST, 0, (LPARAM)imagelist);
SendMessageW(hwndToolbar, TB_BUTTONSTRUCTSIZE, sizeof(TBBUTTON), 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment