X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b2f31eb30be576374064413b9d0f63a1bf8c110..41fecb4451682f11e352fc5b9b7383f6335322a7:/include/wx/msw/button.h diff --git a/include/wx/msw/button.h b/include/wx/msw/button.h index 70f51f6fa5..77986f7e87 100644 --- a/include/wx/msw/button.h +++ b/include/wx/msw/button.h @@ -69,6 +69,13 @@ protected: // send a notification event, return TRUE if processed bool SendClickEvent(); + // default button handling + void SetTmpDefault(); + void UnsetTmpDefault(); + + static void UpdateDefaultStyle(wxWindow *winDefault, + wxWindow *winOldDefault); + // usually overridden base class virtuals virtual wxSize DoGetBestSize() const; virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;