X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b2f31eb30be576374064413b9d0f63a1bf8c110..dbc65e2760f79e0296c7e8b49ec6791d62070d3e:/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;