GLib 2.31.0

2011-10-19 Thread Ryan Lortie
At long last, GLib 2.31.0 has been released. http://download.gnome.org/sources/glib/2.31/ 46fcaec884be7ce1b780feffb0da987b55e23850a870d94ed84356870532fe8c glib-2.31.0.tar.xz Most people reading this announcement know that there have been a huge number of changes in this release. There wer

Re: GtkContainer Gtk 3.0 vs Gtk 3.2 geometry management

2011-10-19 Thread Tristan Van Berkom
Note I spent a lot of time writing something like this last year. I would like to eventually port it into GTK+ as the internal implementation of the GtkToolPalette. See: http://git.gnome.org/browse/libegg/tree/libegg/wrapbox Cheers, -Tristan On Wed, Oct 19, 2011 at 3:09 PM, Denis Lin

GtkContainer Gtk 3.0 vs Gtk 3.2 geometry management

2011-10-19 Thread Denis Linvinus
Hi all, i'm writing new GtkContainer which allocate children, firstly horizontally, then vertically. - HVBox. On gtk 3.0 it works without problems (with little trick), but with gtk 3.2. window don't change height when container change, until i move mouse above my container. My idea is that my con