X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f9db74e9852ca3f4bfe9a13c6dd4ca5f6714946..24f4ad95920746ebc6cfc6f2ab86f65fb53345ca:/include/wx/gtk/mdi.h?ds=inline diff --git a/include/wx/gtk/mdi.h b/include/wx/gtk/mdi.h index 3dd4ca6530..97819e9c1b 100644 --- a/include/wx/gtk/mdi.h +++ b/include/wx/gtk/mdi.h @@ -161,7 +161,8 @@ public: #endif // no icon - void SetIcon( const wxIcon &icon ) { m_icon = icon; } + void SetIcon( const wxIcon &icon ) { m_icons = wxIconBundle( icon ); } + void SetIcons( const wxIconBundle &icons ) { m_icons = icons; } // no title void SetTitle( const wxString &title ); @@ -183,6 +184,11 @@ public: bool m_justInserted; protected: + // override wxFrame methods to not do anything + virtual void DoSetSize(int x, int y, + int width, int height, + int sizeFlags = wxSIZE_AUTO); + virtual void DoSetClientSize(int width, int height); virtual void DoGetClientSize( int *width, int *height ) const; private: