view etc/images/custom/down.xpm @ 98903:4ce02f730f61

Use @key throughout for mouse clicks. (Creating Frames): Add xref to Init File. (Frame Commands): Add xref to Exiting. (Scroll Bars): Document GTK vs toolkit behavior.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 19 Oct 2008 19:52:13 +0000
parents e2fb0c9c7a42
children b0ca8a5b94ae
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"10 10 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"..........",
"........XX",
" ..OOOOXX ",
" ..OOOOXX ",
"  ..OOXX  ",
"  ..OOXX  ",
"   ..XX   ",
"   ..XX   ",
"    .X    ",
"    .X    "};