Hello, for now I use this:

> column = gtk.TreeViewColumn(title, renderer, text=0)
> column.set_alignment(1)
> treeview.append_column(column)

..and everything is ok but, I want to use this instead:

> treeview.insert_column_with_attributes(-1, title, renderer, text=0)

..now how can I set the alignment? Thanks.



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to