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:
@@ -13,7 +13,8 @@ class TestPanel(wxPanel):
|
|||||||
EVT_SIZE(self, self.OnSize)
|
EVT_SIZE(self, self.OnSize)
|
||||||
|
|
||||||
self.tree = wxTreeListCtrl(self, -1, style = wxTR_DEFAULT_STYLE
|
self.tree = wxTreeListCtrl(self, -1, style = wxTR_DEFAULT_STYLE
|
||||||
#wxTR_TWIST_BUTTONS
|
#| wxTR_ROW_LINES
|
||||||
|
#| wxTR_NO_LINES | wxTR_TWIST_BUTTONS
|
||||||
)
|
)
|
||||||
isz = (16,16)
|
isz = (16,16)
|
||||||
il = wxImageList(isz[0], isz[1])
|
il = wxImageList(isz[0], isz[1])
|
||||||
|
Reference in New Issue
Block a user