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:
Robin Dunn
2007-05-08 20:36:58 +00:00
parent bd33fd3e22
commit 04b3d5e844
30 changed files with 1567 additions and 123 deletions

View File

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