Robert Roessler a écrit :
Robin Raszka wrote:
I try RH, but in the *.rc file is not any definition of ToolBar icons.

But I am not sure where you are going with this - SciTE does not have any "toolbar icons" - or on menus or anywhere else, except for the single app icon itself (in multiple sizes and colors). This is true at least for the stock versions on Windows and Linux.

Robert, there is a toolbar, with icons in the native Windows version, but I never activate it... There is a menu item to show it.
Looking at the source, I see:

        ::SendMessage(hwndToolBar, TB_LOADIMAGES, IDB_STD_SMALL_COLOR,
                      reinterpret_cast<LPARAM>(HINST_COMMCTRL));

        TBADDBITMAP addbmp = { hInstance, IDR_CLOSEFILE };
        ::SendMessage(hwndToolBar, TB_ADDBITMAP, 1, (LPARAM)&addbmp);

So the toolbar seems to use stock Windows images (HINST_COMMCTRL) and one custom (IDR_CLOSEFILE) which is provided with SciTE sources (closefile.bmp).

Indeed, I was a bit confused by Robin's message, which wrote about MenuBar and generic GUI facelift.


--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to