view etc/images/smilies/indifferent.xpm @ 77203:bcc16ff22a34

(Formula syntax for Calc): Emphasize the operator precedence in Calc.
author Carsten Dominik <dominik@science.uva.nl>
date Sat, 14 Apr 2007 16:17:24 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * indifferent_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+++++++++++.",
".++.......++.",
".+++++++++++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};