Andrea's patch (plus some changes of my own) to add icons and other
features to the demo's main frame. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,8 +30,9 @@ class TestTreeCtrlPanel(wx.Panel):
|
||||
tID = wx.NewId()
|
||||
|
||||
self.tree = MyTreeCtrl(self, tID, wx.DefaultPosition, wx.DefaultSize,
|
||||
wx.TR_HAS_BUTTONS
|
||||
| wx.TR_EDIT_LABELS
|
||||
wx.TR_DEFAULT_STYLE
|
||||
#wx.TR_HAS_BUTTONS
|
||||
#| wx.TR_EDIT_LABELS
|
||||
#| wx.TR_MULTIPLE
|
||||
#| wx.TR_HIDE_ROOT
|
||||
, self.log)
|
||||
|
Reference in New Issue
Block a user