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;