+
+ if True:
+ print 'w size', w.GetSize()
+ print 'w minsize', w.GetMinSize()
+ print 'w bestsize', w.GetBestSize()
+ print 'w abstsize', w.GetAdjustedBestSize()
+
+ tp = self.testPanel
+ #print tp.GetSizer()
+ print 'tp size', tp.GetSize()
+ print 'tp minsize', tp.GetMinSize()
+ print 'tp bestsize', tp.GetBestSize()
+ print 'tp abstsize', tp.GetAdjustedBestSize()
+