wxPython: wxNotebooks inside wxSplitterWindow

Greg Krohn ask at me.com
Mon Jun 16 19:44:19 EDT 2003


"Mikey At Work" <itsmikeytime at hotmail.com> wrote in message
news:bcl7jv$huh$1 at news-int.gatech.edu...
> I'm having a lot of trouble with a wxNotebook inside of a
wxSplitterWindow.
> I'd like for the notebook to be on the right side of the splitter, but it
> seems to be drawing all of its pages from where the wxSplitterWindow
starts
> (upper left hand corner).  So the content from the notebook that should be
> on the right is spilling into the left hand content.  Has anyone else had
> this happen before?  Has anyone used a wxNotebook on the right or bottom
of
> a wxSplitterWindow successfully?  Thanks for any help you can provide.

It would be helpful if you posted your code. So, while you get your code
ready to post here, let me ask you a question? Is your notebook a child of
the splitterwindow? IIRC, it should be. Not a sibling of splitterwindow.

greg






More information about the Python-list mailing list