kynikos / outspline

Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
http://kynikos.github.io/outspline/
GNU General Public License v3.0
47 stars 9 forks source link

Database tree: use weak references for item objects? #348

Open kynikos opened 9 years ago

kynikos commented 9 years ago

The wxPython demo uses weak references for the item objects in a DataViewModel (self.objmapper.UseWeakRefs(True)): see if they can be used also in this application.