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).
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.