[wxPython] Many wxPanel forms in 1 wxFrame



Is this possible to create 1 wxFrame and
register more than 1 wxPanel in it.
And select the one you want to show at the moment ?

I'm trying to implement a multistep wizard under wxPython.
I need to be able to hide and show windows inside my
frame.

Help :)


.