#if wxUSE_GENERIC_MDI_AS_NATIVE
+class wxMDIChildFrame ;
+
//-----------------------------------------------------------------------------
// wxMDIParentFrame
//-----------------------------------------------------------------------------
{
}
+ wxMDIChildFrame * GetActiveChild() const ;
+
+
private:
DECLARE_DYNAMIC_CLASS(wxMDIParentFrame)
};