]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/mdi.h
fixed outdated filenames
[wxWidgets.git] / include / wx / gtk / mdi.h
index 46f5992d9fe71d02e373ddab2fd0724b8ad44f27..5dd2ae17626a0c7853394daa37f0aeb384b2274e 100644 (file)
@@ -144,9 +144,12 @@ public:
 #endif
 
     // no size hints
 #endif
 
     // no size hints
-    virtual void SetSizeHints( int WXUNUSED(minW), int WXUNUSED(minH),
-                               int WXUNUSED(maxW), int WXUNUSED(maxH),
-                               int WXUNUSED(incW), int WXUNUSED(incH) ) {}
+    virtual void SetSizeHints( int WXUNUSED(minW),
+                               int WXUNUSED(minH),
+                               int WXUNUSED(maxW) = -1,
+                               int WXUNUSED(maxH) = -1,
+                               int WXUNUSED(incW) = -1,
+                               int WXUNUSED(incH) = -1) {}
 
 #if wxUSE_TOOLBAR
     // no toolbar bars
 
 #if wxUSE_TOOLBAR
     // no toolbar bars
@@ -158,7 +161,8 @@ public:
 #endif
 
     // no icon
 #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 );
 
     // no title
     void SetTitle( const wxString &title );