Robin Raszka:
I try RH, but in the *.rc file is not any definition of ToolBar icons.
On Windows the toolbar uses Windows default icons that are available from the system. The code that accesses these is the line is scite/win/SciTEWinBar.cxx with "TB_ADDBUTTONS". The list of buttons is defined in "static BarButton bbs[]". You'll have to read up on the Windows toolbar API to do much here. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
