Re: freely re sizable GtkTreeView columns



On Mon, 2013-12-09 at 20:49 +1100, Chris Angelico wrote:
On Mon, Dec 9, 2013 at 7:45 PM, Max Linke <max_linke 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?).

Yup I'm using python

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?        

pack option was the right hint. I just saw that the expanding option is
hidden there in glade. After setting expand to yes for the
ScrolledWindow everything works like I expect it to. 

Thanks for the quick help



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]