Re: GtkGroupBox and layout ideas for Gtk3

2010-10-11 Thread Matthias Clasen
On Sun, Oct 10, 2010 at 8:32 PM, Havoc Pennington wrote: > Hi, > > On Sun, Oct 10, 2010 at 4:57 PM, Alexander Larsson wrote: >> First of all, what happened to Bug 628902 "Add expand flags to >> GtkWidget". It seems to have stalled. This would be very useful. >> > > The latest code is on widget-ex

Re: GtkGroupBox and layout ideas for Gtk3

2010-10-10 Thread Havoc Pennington
Hi, On Sun, Oct 10, 2010 at 4:57 PM, Alexander Larsson wrote: > First of all, what happened to Bug 628902 "Add expand flags to > GtkWidget". It seems to have stalled. This would be very useful. > The latest code is on widget-expand-3 branch, fwiw. todo items are: * magic resizability behavior

Re: GtkGroupBox and layout ideas for Gtk3

2010-10-10 Thread Matthias Clasen
On Sun, Oct 10, 2010 at 4:57 PM, Alexander Larsson wrote: > > In Gtk+ this would be done as a GtkGroupBox container with two GtkGroup > hierarchies (one per direction). With the setup in Gtk3 this should be > quite doable. However, there are a few things missing for a perfect > match. Sounds int

GtkGroupBox and layout ideas for Gtk3

2010-10-10 Thread Alexander Larsson
Recently in my copious spare time (i.e. none, being on paternity leave) I've been thinking about doing a Gtk+ container for Gtk3 based on the java GroupLayout layout mechanism. This is a layout system explicitly designed such that it is useful for an intuitive GUI editor (and its not very useful fo