Hi list,

I'm using lot of treeviews.

Is it better in memory purpose to:
1. use the gtk.treestore as data storage. (have an entry in the model for each simple type str ... or use a more complex object ?). 2. have an independent data storage. (when a row is selected, we search the name of the selectedComponent, find it in the dataStorage and modify the dataStorage).


Hope my question is clear enough =).
Thanks a lots for you answers,
Philippe Collet



_______________________________________________
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