Take out the code for one of the DataViewModel snippets as it does not apply to wxPython.

This commit is contained in:
Robin Dunn
2018-03-20 13:28:23 -07:00
parent cb77c7be8e
commit 0a6b77efe2

View File

@@ -1,6 +1,4 @@
musicCtrl = wx.dataview.DataViewCtrl(self, wx.ID_ANY)
musicModel = MyMusicModel()
musicCtrl.AssociateModel(musicModel.get())
### wxPython does not provide wrappers for wxObjectDataPtr
# add columns now