view etc/tree-widget/default/empty.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 * empty_xpm[] = {
"16 21 9 1",
" 	c None",
".	c #848400",
"+	c #949429",
"@	c #9C9C31",
"#	c #9C9C39",
"$	c #A5A542",
"%	c #A5A54A",
"&	c #ADAD52",
"*	c #ADAD5A",
"                ",
"                ",
"                ",
"                ",
"                ",
"    ...         ",
"   ..+..        ",
"  ..+@#..       ",
" ..+@##$..      ",
"..+@##$%%..     ",
".+@##$%%&*.     ",
"..##$%%&*..     ",
" ..$%%&*..      ",
"  ..%&*..       ",
"   ..*..        ",
"    ...         ",
"                ",
"                ",
"                ",
"                ",
"                "};