view etc/tree-widget/default/leaf.xpm @ 77162:3c1a4db3e853

(tmm-get-keybind): Use car-safe to avoid errors with inherited keymaps.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 13 Apr 2007 03:57:37 +0000
parents 37975f598c83
children
line wrap: on
line source

/* XPM */
static char * leaf_xpm[] = {
"16 21 9 1",
" 	c None",
".	c #424242",
"+	c #737373",
"@	c #7B7B7B",
"#	c #848484",
"$	c #8C8C8C",
"%	c #949494",
"&	c #9C9C9C",
"*	c #A5A5A5",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"   .....        ",
"  .+@@##.       ",
" .+@@##$$.      ",
".+@@##$$%%.     ",
".@@##$$%%&.     ",
".@##$$%%&*.     ",
" .#$$%%&*.      ",
"  .$%%&*.       ",
"   .....        ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};