- // accessors
- // ---------
-
- // Get the active MDI child window
- wxMDIChildFrame *GetActiveChild() const;
-
- // Get the client window
- wxMDIClientWindow *GetClientWindow() const { return m_clientWindow; }
-
- // Create the client window class (don't Create the window,
- // just return a new class)
- virtual wxMDIClientWindow *OnCreateClient();
-
- // MDI windows menu functions
- // --------------------------
+ // override/implement base class [pure] virtual methods
+ // ----------------------------------------------------