some other tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-13 01:08:44 +00:00
parent a10572ce53
commit 6bf7626a0c

View File

@@ -13,7 +13,8 @@ class TestPanel(wxPanel):
EVT_SIZE(self, self.OnSize)
self.tree = wxTreeListCtrl(self, -1, style = wxTR_DEFAULT_STYLE
#wxTR_TWIST_BUTTONS
#| wxTR_ROW_LINES
#| wxTR_NO_LINES | wxTR_TWIST_BUTTONS
)
isz = (16,16)
il = wxImageList(isz[0], isz[1])