I have a class which derived from wx.frame and need to attach it to wx.wizard as a page is that possible and if yes how can i do that :
for example i have
frame=myDrevidedFrame(..)
where myDervidedFrame its base class wx.frame
how can i attach the frame object to wx.wizard ?