I’m using wxMDIParentFrame::GetActiveChild to try and get at the customized children of an MDI app I’m working on. I want to access one of the Currently active child’s objects but I don’t know how to manipulate the wxMDIChildFramePtr that I get back.
How do I go from wxMDIChildFramePtr to the Child it is pointing at?
-Mikhael