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)
> renderers[i].set_property ('editable', 1)
Can you do something like set_child_packing() to change the packing of
a renderer that was already packed?
That would avoid needing the separate pack_start() call, if it
exists/existed.
Take care,
--
Christian Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/