mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
7 lines
201 B
Python
7 lines
201 B
Python
|
|
musicCtrl = wx.dataview.DataViewCtrl(self, wx.ID_ANY)
|
|
musicModel = MyMusicModel()
|
|
musicCtrl.AssociateModel(musicModel.get())
|
|
|
|
# add columns now
|