projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e03b21
)
test full row highlight
author
Robin Dunn
<robin@alldunn.com>
Mon, 14 Jun 2004 21:59:21 +0000
(21:59 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Mon, 14 Jun 2004 21:59:21 +0000
(21:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27794
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/TreeListCtrl.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/TreeListCtrl.py
b/wxPython/demo/TreeListCtrl.py
index de7fe1b11dd5df0dd7c0ee8008d60c57e75972ed..36c1a2f1bcd8be44d8c9e5f704692709e51a3c71 100644
(file)
--- a/
wxPython/demo/TreeListCtrl.py
+++ b/
wxPython/demo/TreeListCtrl.py
@@
-16,6
+16,7
@@
class TestPanel(wx.Panel):
#| wx.TR_ROW_LINES
#| wx.TR_NO_LINES
#| wx.TR_TWIST_BUTTONS
+ #| wx.TR_FULL_ROW_HIGHLIGHT
)
isz = (16,16)
il = wx.ImageList(isz[0], isz[1])