projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
gcc signed/unsigned comparison warning fix
[wxWidgets.git]
/
wxPython
/
demo
/
Treebook.py
diff --git
a/wxPython/demo/Treebook.py
b/wxPython/demo/Treebook.py
index 7657f94803100de3002f9121c030eb214d575fab..ec3b1d1020dcc51942c7e41609843e08854fca77 100644
(file)
--- a/
wxPython/demo/Treebook.py
+++ b/
wxPython/demo/Treebook.py
@@
-64,10
+64,10
@@
class TestTB(wx.Treebook):
wx.FutureCall(100, self.AdjustSize)
def AdjustSize(self):
wx.FutureCall(100, self.AdjustSize)
def AdjustSize(self):
- print self.GetTreeCtrl().GetBestSize()
+
#
print self.GetTreeCtrl().GetBestSize()
self.GetTreeCtrl().InvalidateBestSize()
self.SendSizeEvent()
self.GetTreeCtrl().InvalidateBestSize()
self.SendSizeEvent()
- print self.GetTreeCtrl().GetBestSize()
+
#
print self.GetTreeCtrl().GetBestSize()
def makeColorPanel(self, color):
def makeColorPanel(self, color):