[SciPy-user] sorry wrong list, was: this must sound stupid ... (how to delete and destroy an AUI-pane ?)

Stef Mientki s.mientki at ru.nl
Fri Nov 23 15:20:09 EST 2007


sorry wrong list ;-)

Stef Mientki wrote:
> hello,
>
> I want to dynamically create, modify and delete AUI-panes in a 
> AUI_DockingWindowMgr,
>
> Now I can create panes:
>     self._mgr.AddPane( self.CreateHTMLCtrl(), wx.aui.AuiPaneInfo().
>                        Name("test3").Caption("Client Size Reporter").
>                        Left().
>                        CloseButton ( False ).
>                        MaximizeButton ( False ) )
>
> I can find the pane again
>     pane = self._mgr.GetPane("test2")
>
> but how do I delete and destroy  a pane ?
> The next statements all returns errors :-(
>     pane.Close()
>     self._mgr.DetachPane(pane)
>
> thanks,
> Stef
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
>
>   



More information about the SciPy-User mailing list