IOW, to have no tabs at all but still show a page window? If so, then
you can do that simply but not using the notebook at all when you don’t
want the tabs. Just put all the page windows in a box sizer, each withproportion=1 and wx.EXPAND flag set, and Hide() all but the one you want
to be visible. If you need to change which is visible then Hide() the
current one, Show() the other and call sizer.Layout().
That makes perfect sense. Thanks and ill try it out.
···
On 9/21/07, Robin Dunn robin@alldunn.com wrote:
–
Robin DunnSoftware Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
–
b3rx
http://se.b3rx.com/ - site
“Don’t be trapped by dogma - which is living with the results of other people’s thinking. - Steve Jobs”
`There are only 10 people in this world who can read binary…’