[wxPython] wxNotebook -- standalone?

Question just crossed my mind while putting my wxAppBar widget to use..

Can wxNotebook objects exist in their own right, or must they be given a
parent frame?

I'm just idly curious, and too caught up in getting the current
(parented) code together to experiment. Besides, I already spent a day
trying to get some other code working (finally did, once I got the right
clue from someone).

···

----------
Keith J. Farmer
kfarmer@thuban.org
http://www.thuban.org

Question just crossed my mind while putting my wxAppBar
widget to use..

Can wxNotebook objects exist in their own right, or must
they be given a parent frame?

wxNotebook can not be a top-level window, it must have a parent. OTOH, you
could use a borderless, captionless frame window be the parent and then it
would effectivly be invisible.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!