view lisp/toolbar/cut.xpm @ 32285:4763231809cd

(tool-bar-map): Define it empty. (global-map): Bind [tool-bar] to a filtered map. (tool-bar-add-item): Remove MAP arg. Allow PBM icons. (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map. Allow PBM icons. (tool-bar-setup): Adjust calls of tool-bar-add-item.
author Dave Love <fx@gnu.org>
date Sun, 08 Oct 2000 15:29:52 +0000
parents f115e74e9dd1
children 03a8b6779868
line wrap: on
line source

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