X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..1a6a6043f79b8b12958e6cb09d443213a969507d:/include/wx/msw/button.h diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index 52a68b5ab3..70f51f6fa5 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -69,7 +69,9 @@ protected: // send a notification event, return TRUE if processed bool SendClickEvent(); + // usually overridden base class virtuals virtual wxSize DoGetBestSize() const; + virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; private: DECLARE_DYNAMIC_CLASS(wxButton)