tweaks to play with differnt styles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-08-25 16:57:50 +00:00
parent 814af667d9
commit 3b5602d59d

View File

@ -102,10 +102,12 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
#| wx.BORDER_SUNKEN
| wx.BORDER_NONE
| wx.LC_EDIT_LABELS
#| wxLC_NO_HEADER
#| wxLC_VRULES | wxLC_HRULES
| wx.LC_SORT_ASCENDING
#| wx.LC_NO_HEADER
#| wx.LC_VRULES
#| wx.LC_HRULES
)
self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL)
self.PopulateList()