Re: [pygtk] TreeView column expanding

2003-10-22 Thread Michael McLay
On Tuesday 30 September 2003 01:05 pm, Theodore A. Roth wrote: > Hi, > > I have built up an app using glade-2 and it loads and runs fine using > gtk.glade. One of my widgets is a TreeView using a ListStore and I'm > having a bit of trouble figuring out how to make all the columns > # t

Re: [pygtk] TreeView column expanding

2003-09-30 Thread Christian Reis
On Tue, Sep 30, 2003 at 02:25:10PM -0400, Michael McLay wrote: > The following works as a replacment for what you are trying to do > > col = gtk.TreeViewColumn (hdrs[i]) > col.pack_start (r, expand=gtk.FALSE) > col.add_attribute(r, 'text', i) > rendere

Re: [pygtk] TreeView column expanding

2003-09-30 Thread Michael McLay
On Tuesday 30 September 2003 01:05 pm, Theodore A. Roth wrote: > Hi, > > I have built up an app using glade-2 and it loads and runs fine using > gtk.glade. One of my widgets is a TreeView using a ListStore and I'm > having a bit of trouble figuring out how to make all the columns > # t

[pygtk] TreeView column expanding

2003-09-30 Thread Theodore A. Roth
Hi, I have built up an app using glade-2 and it loads and runs fine using gtk.glade. One of my widgets is a TreeView using a ListStore and I'm having a bit of trouble figuring out how to make all the columns expand. Google hasn't turned up a solution and the PyGTK FAQ Entry 13.19 gives a hint as