[wxpython-users] AUI + Tabbed docksites

Robin Dunn robin at alldunn.com
Tue Apr 1 14:44:49 PDT 2008


John Femiani wrote:
> I want my user interface to be customizable via AUI, but I want the doc 
> sites to include tabs. Unfortunately I don’t see an easy way to do this.  
> 
> As an example, in the Visual Studio IDE I can drag a tool window to a 
> new dock site, or I can drag it to a new tab in an existing dock site.
> 
>  
> 
> I just tried putting all of the panes into an AuiNotebook, which is good 
> enough except that I cant seem to save the perspective.  I can access an 
> AuiManager for the notebook (apparently it creates its own) but It acts 
> extremely funny when I call LoadPerspective (The notebook stops 
> repainting).
> 
>  
> 
> Is there any way I can either have a persistent layout for an 
> AuiNotebook, or an AuiManager that lets me dock to tabs like in Visual 
> Studio??


I don't think this is possible yet.  I think it is something that the 
AUI author wants to be able to allow, but it hasn't been implemented yet.


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



More information about the wxpython-users mailing list