]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/button.h
*** empty log message ***
[wxWidgets.git] / include / wx / msw / button.h
index cd0e1df3859b49a4c080ffe5c2a96f3c03ee48bf..6888ee443a158760f515c1a2ec1e2b30a1011b73 100644 (file)
@@ -49,6 +49,8 @@ public:
 
     virtual void SetDefault();
 
+    static wxSize GetDefaultSize();
+
     // implementation from now on
     virtual void Command(wxCommandEvent& event);
     virtual bool MSWCommand(WXUINT param, WXWORD id);
@@ -63,9 +65,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