hello.
how can I set the control bottom, right?
···
---------------------------------------------------
> >
> >
> >
> >
> >
> ------test---------------------- |
> > < --
this position
> >
---------------------------------------------------
sys.ps1 = ""
shell = wx.py.shell.Shell(self)
self.mgr.AddPane(shell, wx.aui.AuiPaneInfo().
Name("test").Caption("test").
Bottom().MinimizeButton(True).CloseButton(True))
Wonjun, Choi