]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/ListCtrl.py
wxUSE_*BOOK checks.
[wxWidgets.git] / wxPython / demo / ListCtrl.py
index 215a773b73b7892e5c9db7d4c65d5ce1f34d3d25..da993466ec6c2e9e153a44cd88591c7ac7ed6323 100644 (file)
@@ -106,6 +106,7 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin):
                                  #| wx.LC_NO_HEADER
                                  #| wx.LC_VRULES
                                  #| wx.LC_HRULES
+                                 #| wx.LC_SINGLE_SEL
                                  )
         
         self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL)