view lisp/toolbar/lc-right_arrow.xpm @ 56884:69c4e722e542

(variable-at-point): Try `find-tag-default' when other methods failed.
author Juri Linkov <juri@jurta.org>
date Thu, 02 Sep 2004 16:37:22 +0000
parents e3fc28ed75ac
children
line wrap: on
line source

/* XPM */
static char * right_arrow2_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #87AF85",
"+	c #000100",
"@	c #BBBDBA",
"#	c #6B6B66",
"$	c #504D46",
"                        ",
"                        ",
"                        ",
"           +            ",
"           ++           ",
"           +.+          ",
"           +..+         ",
"    ++++++++@..+        ",
"    +@@@@@@@@@..+       ",
"    +@@..........+      ",
"    +..........@..+     ",
"    +.............$+    ",
"    +............$+     ",
"    +...........$+      ",
"    +.######...$+       ",
"    ++++++++#.$+        ",
"           +#$+         ",
"           +$+          ",
"           ++           ",
"           +            ",
"                        ",
"                        ",
"                        ",
"                        "};