mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Take out the code for one of the DataViewModel snippets as it does not apply to wxPython.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user