]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/mdi.h
compatibility constructors for wxMenuItem() taking bool instead of wxItemKind
[wxWidgets.git] / include / wx / gtk1 / mdi.h
index 46f5992d9fe71d02e373ddab2fd0724b8ad44f27..3dd4ca65303d3f93f039142f354d7465a4a3c104 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