]> git.saurik.com Git - wxWidgets.git/commitdiff
tweaks to play with differnt styles
authorRobin Dunn <robin@alldunn.com>
Wed, 25 Aug 2004 16:57:50 +0000 (16:57 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 25 Aug 2004 16:57:50 +0000 (16:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/ListCtrl.py

index 8db0c6bf5f908e69a40c04a726dfb6043c7dd465..215a773b73b7892e5c9db7d4c65d5ce1f34d3d25 100644 (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()