On Mon, Dec 9, 2013 at 7:45 PM, Max Linke <max_li...@gmx.de> wrote:
> Thanks that fixed it. So far Gtk looks nice and easier then I
> expected :)

I quite like GTK, too. Most of my GUI work is in Pike, which is
semantically similar to Python (which I think is what you're using?).
GTK does a fine job of everything I throw at it.

> Can you also tell me how I get Gtk.ScrolledWindow to adjust it's height
> when I change my window height? I would like to set them option with
> Glade. I've attached the xml file so you can check how I set up the
> window.

Unfortunately the attachment got stripped. My suspicion is that,
somewhere along the way, you're packing the ScrolledWindow into your
window, via some other layout manager. It's likely that all you have
to do is add a pack option to expand in the vertical direction, or
possibly packing some other object such that it does _not_ expand. Can
you cut your XML file down to small enough to include in-line?

ChrisA
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to