wxMDIClientWindow *m_clientWindow;
bool m_justInserted;
- virtual void GtkOnSize( int x, int y, int width, int height );
+ virtual void GtkOnSize();
virtual void OnInternalIdle();
protected:
void Init();
- virtual void DoGetClientSize(int *width, int *height) const;
-
private:
friend class wxMDIChildFrame;
virtual bool IsTopLevel() const { return false; }
+ virtual bool Destroy();
+
void OnActivate( wxActivateEvent& event );
void OnMenuHighlight( wxMenuEvent& event );