view etc/images/ezimage/box-minus.xpm @ 82015:0795e1e56274

(math-emacs-precision, math-largest-emacs-expt) (math-smallest-emacs-expt): New variables. (math-use-emacs-fn): New function. (math-exp-raw): Evaluate with `math-use-emacs-fn', when appropriate.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 22 Jul 2007 03:33:02 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_box_minus_xpm[] = {
"20 15 4 1",
" 	c None",
".	c #000000",
"+	c #828282",
"@	c #D19200",
"...+           +..+ ",
".@@.+          +.@.+",
"+.@@.+        +.@@@.",
"+.@@@.+++++++++.@@..",
" +..@............@.+",
" +.@..@@@@@@@@@@@..+",
" +.@@..............+",
" +.@@.@@@@@@@@@@@@.+",
" +.@@.@@@@@@@@@@@@.+",
" +.@@.@@@......@@@.+",
" +.@@.@@@......@@@.+",
"  +.@.@@@@@@@@@@@@.+",
"   +..@@@@@@@@@@@@.+",
"    +..............+",
"     ++++++++++++++ "};