]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
added wxUSE_FS_INET/ZIP
[wxWidgets.git] / include / wx / msw / button.h
index cd0e1df3859b49a4c080ffe5c2a96f3c03ee48bf..4d78ab2d4013e3290bcb529e17465c1828fa82e4 100644 (file)
@@ -63,9 +63,7 @@ protected:
     // send a notification event, return TRUE if processed
     bool SendClickEvent();
 
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
+    virtual wxSize DoGetBestSize();
 };
 
 #endif