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;
#endif // wxUSE_TOOLBAR
// no icon
- virtual void SetIcon(const wxIcon& icon)
- { wxTopLevelWindowBase::SetIcon(icon); }
virtual void SetIcons(const wxIconBundle& icons )
{ wxTopLevelWindowBase::SetIcons(icons); }
virtual bool IsTopLevel() const { return false; }
+ virtual bool Destroy();
+
void OnActivate( wxActivateEvent& event );
void OnMenuHighlight( wxMenuEvent& event );