Ey all,
I'm currently working on an application that uses the pygtk libraries to create windows and widgets. I have a HBOX (2 boxes) in the middle and in the left one I have a treeview, in the right the rest (drawingarea, entries, labels, notebooks, ...). But, as usual, the big hbox is divided exactly in the middle and I was wondering if it is possible to make sure that the left hbox doesn't use more then an amount of pixels. I tried looking at the treeview column to limit the width, with no result. I tried settings the width of the hbox, no result.
I tried creating a layout and put my treeview widget on that, with a fixed height & width, also no result...
So I just don't know anymore, any help would be nice.
Thx in advance
I'm currently working on an application that uses the pygtk libraries to create windows and widgets. I have a HBOX (2 boxes) in the middle and in the left one I have a treeview, in the right the rest (drawingarea, entries, labels, notebooks, ...). But, as usual, the big hbox is divided exactly in the middle and I was wondering if it is possible to make sure that the left hbox doesn't use more then an amount of pixels. I tried looking at the treeview column to limit the width, with no result. I tried settings the width of the hbox, no result.
I tried creating a layout and put my treeview widget on that, with a fixed height & width, also no result...
So I just don't know anymore, any help would be nice.
Thx in advance
Comment