Hello to all! First, I explain my situation:
I have one treeview and one combobox on my GUI. The treeview model contains objects (it is a ListStore(object)). The ComboBox model has only strings (ListStore(str)). My problem is that the information represented by the second model is a subset of the informationon the treeview model. Is one method that I need to implement on my treeview model objects to make it representable by the combobox? Thanks
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
