On 6/14/05, Michael A D'ambrosio <[EMAIL PROTECTED]> wrote:
> column1 =  gtk.TreeViewColumn("First Name ", renderer, text=1)
> column2 =  gtk.TreeViewColumn("Last Name ", renderer, text=1)

The above says, create a column "First name" with renderer renderer
taking its text from column 1 (read column 2) of the model, then
create a column "Last Name" with renderer renderer also taking its
text from column 1 (read column 2) of the model.

Tom
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to