Need some Gtk help

2013-07-28 Thread Robert Fewell
Phil, I may of misunderstood you but here is what I think... You are trying to keep the left column, bottom four rows and the right column on screen at all times. To do this, I think you will require 6 tree views, top 3 pointing to one model and the bottom 3 pointing to a second. With that in

Re: Need some Gtk help

2013-07-28 Thread Phil Longstaff
Hi Robert, the problem with a vertical box and 2 horizontal boxes is that I want the left boxes of each row to have the same horizontal size.  Same for middle boxes and right boxes.  Instead, I am using a table. I'll try playing with expand and fill values.  When I tried before, they still