1 /* vi:set ts=8 sts=4 sw=4:
3 * VIM - Vi IMproved by Bram Moolenaar
4 * GUI/Motif support by Robert Webb
6 * Do ":help uganda" in Vim to read copying and usage conditions.
7 * Do ":help credits" in Vim to see a list of people who contributed.
8 * See README.txt for an overview of the Vim source code.
12 * Icons used by the toolbar code.
14 #include "../pixmaps/tb_new.xpm"
15 #include "../pixmaps/tb_open.xpm"
16 #include "../pixmaps/tb_close.xpm"
17 #include "../pixmaps/tb_save.xpm"
18 #include "../pixmaps/tb_print.xpm"
19 #include "../pixmaps/tb_cut.xpm"
20 #include "../pixmaps/tb_copy.xpm"
21 #include "../pixmaps/tb_paste.xpm"
22 #include "../pixmaps/tb_find.xpm"
23 #include "../pixmaps/tb_find_next.xpm"
24 #include "../pixmaps/tb_find_prev.xpm"
25 #include "../pixmaps/tb_find_help.xpm"
26 #include "../pixmaps/tb_exit.xpm"
27 #include "../pixmaps/tb_undo.xpm"
28 #include "../pixmaps/tb_redo.xpm"
29 #include "../pixmaps/tb_help.xpm"
30 #include "../pixmaps/tb_macro.xpm"
31 #include "../pixmaps/tb_make.xpm"
32 #include "../pixmaps/tb_save_all.xpm"
33 #include "../pixmaps/tb_jump.xpm"
34 #include "../pixmaps/tb_ctags.xpm"
35 #include "../pixmaps/tb_load_session.xpm"
36 #include "../pixmaps/tb_save_session.xpm"
37 #include "../pixmaps/tb_new_session.xpm"
38 #include "../pixmaps/tb_blank.xpm"
39 #include "../pixmaps/tb_maximize.xpm"
40 #include "../pixmaps/tb_split.xpm"
41 #include "../pixmaps/tb_minimize.xpm"
42 #include "../pixmaps/tb_shell.xpm"
43 #include "../pixmaps/tb_replace.xpm"
44 #include "../pixmaps/tb_vsplit.xpm"
45 #include "../pixmaps/tb_maxwidth.xpm"
46 #include "../pixmaps/tb_minwidth.xpm"
49 * Those are the pixmaps used for the default buttons.
51 static char **(built_in_pixmaps
[]) =
87 /* Indices for named colors */
90 #define BOTTOM_SHADOW 2