From: Robin Dunn Date: Wed, 25 Aug 2004 16:57:50 +0000 (+0000) Subject: tweaks to play with differnt styles X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3b5602d59d67f779175fb98be2d233fcaef40bd7?ds=inline tweaks to play with differnt styles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/ListCtrl.py b/wxPython/demo/ListCtrl.py index 8db0c6bf5f..215a773b73 100644 --- a/wxPython/demo/ListCtrl.py +++ b/wxPython/demo/ListCtrl.py @@ -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()