view src/icons/icon_thumb.xpm @ 27:9c24765c2d3a

Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net> * image.c (image_options_set): Update PixbufRenderer parent window so that changing 'fit window to image' option works. * pan-view.c (pan_window_image_zoom_cb): Use same zoom text display as for main windows. * pixbuf-renderer.c: Fix (re-implement) check for maximized window state. Fix pr_source_tile_visible() calculation which was using the x axis where it should be y. Add redrawn return value to pr_zoom_clamp() and use that value in pr_zoom_sync() to pass pr_redraw correct args. ##### 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 Sat, 02 Apr 2005 22:44:34 +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",
"                    ",
"                    ",
"  ......            ",
"  ......+  . .      ",
"  ......+ . . .     ",
"  ......+  + + +    ",
"   ++++++           ",
"                    ",
"  ......            ",
"  ......+ . . . .   ",
"  ......+  . . . .  ",
"  ......+   + + + + ",
"   ++++++           ",
"                    ",
"  ......            ",
"  ......+  . . .    ",
"  ......+ . . . .   ",
"  ......+  + + + +  ",
"   ++++++           ",
"                    "};