Re: wxPython - which is the better sizer to use with notebook

2006-10-30 Thread John Salerno
SPE - Stani's Python Editor wrote: > Chris Brat schreef: > >> Hi, >> >> What sizers do people use to >> - contain the notebook control in a Frame and, >> - contain the contents of a single page of the notebook. >> >> At the moment Im using a GridBagSizer for both but this seems to be >> overkill.

Re: wxPython - which is the better sizer to use with notebook

2006-10-30 Thread SPE - Stani's Python Editor
Chris Brat schreef: > Hi, > > What sizers do people use to > - contain the notebook control in a Frame and, > - contain the contents of a single page of the notebook. > > At the moment Im using a GridBagSizer for both but this seems to be > overkill. > Is a BoxSizer a better option? Yes, use box

wxPython - which is the better sizer to use with notebook

2006-10-30 Thread Chris Brat
Hi, What sizers do people use to - contain the notebook control in a Frame and, - contain the contents of a single page of the notebook. At the moment Im using a GridBagSizer for both but this seems to be overkill. Is a BoxSizer a better option? Thanks Chris -- http://mail.python.org/mailman/l