view pixmaps/arrow_right.xpm @ 3754:599194293ee5

[gaim-migrate @ 3893] ChipX86 is writing UI out the wazoo! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 19 Oct 2002 22:15:55 +0000
parents bb7527b5f426
children
line wrap: on
line source

/* XPM */
static char * arrow_right_xpm[] = {
"11 11 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"   .       ",
"   ..      ",
"   .+.     ",
"   .++.    ",
"   .+++.   ",
"   .++++.  ",
"   .+++.   ",
"   .++.    ",
"   .+.     ",
"   ..      ",
"   .       "};