Corrected some comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -114,7 +114,7 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
|
|||||||
self.PopulateList()
|
self.PopulateList()
|
||||||
|
|
||||||
# Now that the list exists we can init the other base class,
|
# Now that the list exists we can init the other base class,
|
||||||
# see wxPython/lib/mixins/listctrl.py
|
# see wx/lib/mixins/listctrl.py
|
||||||
self.itemDataMap = musicdata
|
self.itemDataMap = musicdata
|
||||||
listmix.ColumnSorterMixin.__init__(self, 3)
|
listmix.ColumnSorterMixin.__init__(self, 3)
|
||||||
#self.SortListItems(0, True)
|
#self.SortListItems(0, True)
|
||||||
@@ -190,11 +190,11 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
|
|||||||
self.currentItem = 0
|
self.currentItem = 0
|
||||||
|
|
||||||
|
|
||||||
# Used by the ColumnSorterMixin, see wxPython/lib/mixins/listctrl.py
|
# Used by the ColumnSorterMixin, see wx/lib/mixins/listctrl.py
|
||||||
def GetListCtrl(self):
|
def GetListCtrl(self):
|
||||||
return self.list
|
return self.list
|
||||||
|
|
||||||
# Used by the ColumnSorterMixin, see wxPython/lib/mixins/listctrl.py
|
# Used by the ColumnSorterMixin, see wx/lib/mixins/listctrl.py
|
||||||
def GetSortImages(self):
|
def GetSortImages(self):
|
||||||
return (self.sm_dn, self.sm_up)
|
return (self.sm_dn, self.sm_up)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user