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:
parent
814af667d9
commit
3b5602d59d
@ -102,10 +102,12 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
|
|||||||
#| wx.BORDER_SUNKEN
|
#| wx.BORDER_SUNKEN
|
||||||
| wx.BORDER_NONE
|
| wx.BORDER_NONE
|
||||||
| wx.LC_EDIT_LABELS
|
| wx.LC_EDIT_LABELS
|
||||||
#| wxLC_NO_HEADER
|
| wx.LC_SORT_ASCENDING
|
||||||
#| wxLC_VRULES | wxLC_HRULES
|
#| wx.LC_NO_HEADER
|
||||||
|
#| wx.LC_VRULES
|
||||||
|
#| wx.LC_HRULES
|
||||||
)
|
)
|
||||||
|
|
||||||
self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL)
|
self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL)
|
||||||
|
|
||||||
self.PopulateList()
|
self.PopulateList()
|
||||||
|
Loading…
Reference in New Issue
Block a user