view lisp/toolbar/cut.xpm @ 32124:5554c8f22e37

(tool-bar-setup): New function. (tool-bar-mode): Use it.
author Dave Love <fx@gnu.org>
date Wed, 04 Oct 2000 09:36:05 +0000
parents f115e74e9dd1
children 03a8b6779868
line wrap: on
line source

/* XPM */
static char * tb_cut_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                  .     ",
"                ..      ",
"               ..       ",
"              ..        ",
"             ..         ",
"    ....    ..     ...  ",
"   .   ..  ..   ....    ",
"   .   ...........      ",
"    ....   ....         ",
"          ..            ",
"         ...            ",
"        .  .            ",
"       .   .            ",
"       .  .             ",
"       ...              ",
"                        ",
"                        ",
"                        ",
"                        "};