view lisp/toolbar/cut.xpm @ 32173:fea92799d3e9

(safe_call): Renamed from call_function. (safe_eval): Renamed from eval_form. (safe_call1): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Oct 2000 19:26:09 +0000
parents f115e74e9dd1
children 03a8b6779868
line wrap: on
line source

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