On Thu, 2005-08-18 at 20:54 +0200, Jens Geiregat wrote: > Hi, > > You should create a 'renderer' for each column. A piece of some code > that works for me:
> column1 = gtk.TreeViewColumn("ID ", renderer1, text=0)
> column2 = gtk.TreeViewColumn("Feed URL ", renderer2, text=1)
> so, a text-renderer for each column. (You can choose a
> checkbox-renderer to include a checkbox in each row.)
Cool. I actually had at one point created renderers, but what I missed
was the 'text' parameter (it appears that both are necessary).
>
> Hope this helps you out,
Thanks, it solved my problem. Now I just have to actually figure out how
I want the GUI for my app to look.
mike
>
> Jens Geiregat
>
--
Michael R Head <[EMAIL PROTECTED]>
GPG: http://www.suppressingfire.org/~burner/gpg.key.txt (ID 23A02B1F)
signature.asc
Description: This is a digitally signed message part
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
