You just have to insert the data in your TreeView's model, then, the TreeView will show it. Not only that TreeView, every treeview asociated with the Model.
Anyway, you may want to show the row prepended, and then you can use the TreeView's set_cursor() and scroll_to_cell() methods. On Sun, 2007-10-28 at 18:07 -0400, Alec Hussey wrote: > Hello, > > In my application I am prepending "rows" so to speak, to a > gtk.TreeStore. However I can't seem to find a way to refresh the list > displayed by the TreeView without completely restarting the application. > > Thanks! > -- > Alec Hussey > > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- <--Linux... Because I'm Free--> Marco Antonio Islas Cruz "Markuz" Linux User #280229 [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.islascruz.org http://sourceforge.net/projects/gpkg/ http://www.linuxpozarica.com
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/
