view lisp/toolbar/gud-s.xpm @ 53518:21599196e26a

(event-start, event-end): Doc fix. (posn-string, posn-image): New defuns. (posn-object): Return either image or string object. (posn-object-x-y): Return 8th element of position. (posn-object-width-height): New defun.
author Kim F. Storm <storm@cua.dk>
date Tue, 06 Jan 2004 23:04:44 +0000
parents 01eff098e535
children f7114bba1fd4
line wrap: on
line source

/* XPM */
static char * step_xpm[] = {
"24 24 6 1",
" 	c #c0c0c0",
".	c #d40000",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #cc9999",
"                        ",
"                        ",
"                        ",
"                        ",
"      .....             ",
"     .     .            ",
"    .       .           ",
"    .  Xo   .   oX      ",
"    . XoO   .   OoX     ",
"    . oo  .+.+.  oo     ",
"      oo  +...+  oo     ",
"      oo   ...   oo     ",
"      oX   +.+   Xo     ",
"     oo     .     oo    ",
"      oX         Xo     ",
"      oo         oo     ",
"      oo         oo     ",
"      oo         oo     ",
"      XoO       OoX     ",
"       Xo       oX      ",
"                        ",
"                        ",
"                        ",
"                        "};