view src/icons/icon_thumb.xpm @ 30:a310e31fc513

Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net> * pan-view.c: Optimize pixbuf_draw_line, and use pixbuf_set_rect_fill to draw the background. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Mon, 04 Apr 2005 16:13:18 +0000
parents b3e0e515fabf
children
line wrap: on
line source

/* XPM */
static char * icon_thumb_xpm[] = {
"20 20 3 1",
" 	c None",
".	c #000000",
"+	c #797D79",
"                    ",
"                    ",
"  ......            ",
"  ......+  . .      ",
"  ......+ . . .     ",
"  ......+  + + +    ",
"   ++++++           ",
"                    ",
"  ......            ",
"  ......+ . . . .   ",
"  ......+  . . . .  ",
"  ......+   + + + + ",
"   ++++++           ",
"                    ",
"  ......            ",
"  ......+  . . .    ",
"  ......+ . . . .   ",
"  ......+  + + + +  ",
"   ++++++           ",
"                    "};