Re: scale GtkImage?

2006-07-02 Thread 3saul
Look at (and in this order) gdk_pixbuf_new_from_file gdk_pixbuf_scale_simple gtk_image_new_from_pixbuf -- View this message in context: http://www.nabble.com/scale-GtkImage--tf1880358.html#a5146293 Sent from the Gtk+ - Apps Dev forum at Nabble.com. ___

GLib 2.12 released

2006-07-02 Thread Matthias Clasen
GLib 2.12.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.12/ http://ftp.gnome.org/pub/gnome/sources/glib/2.12/ glib-2.12.0.tar.bz2 md5sum: ea8c7733ba443e3db04cf7a84060f408 glib-2.12.0.tar.gzmd5sum: 2a2e67d1cd44afd2f9e07a2e11c1efd0 GLib is the low-level core library that

GTK+ 2.8.20 released

2006-07-02 Thread Matthias Clasen
GTK+ 2.8.20 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.8/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/ gtk+-2.8.20.tar.bz2 md5sum: 74e7ca98194f1fadfe906e66d763d05d gtk+-2.8.20.tar.gzmd5sum: a179af45c311af3dfb5ff08c23564030 This is a bugfix release in the 2.8.x ser

scale GtkImage?

2006-07-02 Thread Paul Drynoff
Hello. I have window with such content GtkVBox -- GtkImage GtkLabel -- When GtkLabel has caption with width > than GtkImage width it looks very ugly, because of GtkImage doesn't scale and I see gray area on the sides. I init GtkImage from png file on disk. Is any way to scale GtkImage,