view etc/images/ezimage/label.xpm @ 79613:8417f8620b97

(Type Keywords): Uncomment :validate and clarify it. Improve some of the commented-out keywords' text too.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Dec 2007 16:45:02 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_label_xpm[] = {
"10 16 3 1",
" 	c None",
".	c gray",
"+	c blue",
"     .....",
"   ..+++++",
"  .+++++++",
" .++++++++",
" .++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++"};