I’ve started playing with AUI recently… and I’m using the AUINotebook.
I’ve played with it a little and I’ve seen that you can split the notebook puting pages to the right or to the left by dragging them there.
How can I control such positioning at notebook creation?
I would like to add a bunch of pages to the notebook and one page separately to the right.
I know that I can just create 2 notebooks and get the same effect but I was wondering if there is a way to do that using only one, something like “AddPageToTheRight” or notebook._aui_manager.AddPane()
Split performs a split operation programmatically. The argument page indicates the page that will be split off. This page will also become the active page after the split. The direction argument specifies where the pane should go, it should be one of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
I’ve started playing with AUI recently… and I’m using the AUINotebook.
I’ve played with it a little and I’ve seen that you can split the notebook puting pages to the right or to the left by dragging them there.
How can I control such positioning at notebook creation?
I would like to add a bunch of pages to the notebook and one page separately to the right.
I know that I can just create 2 notebooks and get the same effect but I was wondering if there is a way to do that using only one, something like “AddPageToTheRight” or notebook._aui_manager.AddPane()
Split performs a split operation programmatically. The argument page indicates the page that will be split off. This page will also become the active page after the split. The direction argument specifies where the pane should go, it should be one of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
I’ve started playing with AUI recently… and I’m using the AUINotebook.
I’ve played with it a little and I’ve seen that you can split the notebook puting pages to the right or to the left by dragging them there.
How can I control such positioning at notebook creation?
I would like to add a bunch of pages to the notebook and one page separately to the right.
I know that I can just create 2 notebooks and get the same effect but I was wondering if there is a way to do that using only one, something like “AddPageToTheRight” or notebook._aui_manager.AddPane()
I've started playing with AUI recently... and I'm using the AUINotebook.
I've played with it a little and I've seen that you can split the notebook puting pages to the right or to the left by dragging them there.
How can I control such positioning at notebook creation?
I would like to add a bunch of pages to the notebook and one page separately to the right.
I know that I can just create 2 notebooks and get the same effect but I was wondering if there is a way to do that using only one, something like "AddPageToTheRight" or notebook._aui_manager.AddPane()
Please add a feature request about this. Hopefully Ben will address this when he has time to work on it again.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!