Change splitted window

wxSplitterWindow:;ReplaceWindow
http://wiki.wxwidgets.org/docbrowse.cgi/wxwin_wxsplitterwindow.html#wxsplitterwindowreplacewindow

···

On 10/12/05, Axel Steiner <ast-wxpython@treibsand.com> wrote:

Hi,

is there a smart way to change a window inside a splitter?
The only way I found was unsplitting and recreating all...

I build the splitter this way:
...
self.splitter = wx.SplitterWindow(self,-1)
self.top = Class1(self.splitter, -1)
self.bottom = Class2(self.splitter, -1)
...
self.splitter.SplitHorizontally(self.top,self.bottom,150)

Class1 is a ListCtrl and Class2 a Panel. How can
I change the content of the second splitter window?

Thanks,
Axel

---
"Unix is very user-friendly. It's just picky who its friends are."

PGP-Fingerprint: D7B2 2A64 CCCB 9253 5474 E5F8 5B4B 8FD9 CA6E B770