On Monday 03 December 2007 09:08:54 am bsnipes wrote:
> Is the layout() method needed?  It seems to still run the form even if I
> comment it out.
>
Strictly speaking no the layout method is not required.  wxPython is smart and 
will do the work for you.  I added the line so others will see that a 
layout() is in fact called.  Later when you develop more complex forms the 
refresh() and layout() will become important.  

  
> Are all container/control/objects added using sizer.append()?
You are right but there are exceptions.  Or maybe a better term would be 
tricks.  But let's hold off on the tricks for now.




-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to