test full row highlight

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-14 21:59:21 +00:00
parent 1e03b21d31
commit 4c51584544

View File

@@ -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])