Re: Widget sizing?

2014-11-15 Thread The Devils Jester
A GtkLayout does not seem to work, it seems that it does indeed request the size of its children, so that if I put a GtkLayout inside a GtkWindow, and I size the GtkLayout to a specific size, then I cant resize the window smaller than that. I have included a simple toy sample that demonstrates

Re: Widget sizing?

2014-11-15 Thread Tristan Van Berkom
On Sat, 2014-11-15 at 15:38 -0600, The Devils Jester wrote: A GtkLayout does not seem to work, it seems that it does indeed request the size of its children, so that if I put a GtkLayout inside a GtkWindow, and I size the GtkLayout to a specific size, then I cant resize the window smaller than

Widget sizing?

2014-11-13 Thread The Devils Jester
In a nutshell I am (more or less) trying to simulate a vertical layout manager using a GtkFixed layout manager. I have specific need to do this, rather than just use the Gtk provided one. The problem occurs when I have to resize a widget in the GtkFixed container. The function I am using for