view etc/images/ezimage/label.xpm @ 67854:eb33196c14d7

(help-insert-string): New function. Save buffer contents in cases where it is impossible to recompute the old contents.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 27 Dec 2005 21:11:50 +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",
"     .....",
"   ..+++++",
"  .+++++++",
" .++++++++",
" .++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++"};