Re: Resize image to fit button

2006-06-08 Thread 3saul
..I guess the easiest way would be to fit the button.. -- View this message in context: http://www.nabble.com/Resize-image-to-fit-button-t1758787.html#a4784630 Sent from the Gtk+ - Apps Dev forum at Nabble.com. ___ gtk-app-devel-list mailing list gtk

Re: Resize image to fit button

2006-06-08 Thread Yeti
On Thu, Jun 08, 2006 at 04:04:31PM -0700, 3saul wrote: > > I need to add images to buttons, the images will have random sizes but I need > to scale them down so that they're about a 10th of their original > size...what is the easiest way to do this? gdk_pixbuf_scale_simple() The details depend o

Resize image to fit button

2006-06-08 Thread 3saul
I need to add images to buttons, the images will have random sizes but I need to scale them down so that they're about a 10th of their original size...what is the easiest way to do this? -- View this message in context: http://www.nabble.com/Resize-image-to-fit-button-t1758787.html#a4784347