X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..5a2e3d8c47db7f95d504ecd45f58b96c56572dd1:/src/gtk1/button.cpp diff --git a/src/gtk1/button.cpp b/src/gtk1/button.cpp index 1fc794b763..4638f0a6b1 100644 --- a/src/gtk1/button.cpp +++ b/src/gtk1/button.cpp @@ -232,5 +232,12 @@ wxSize wxButton::DoGetBestSize() const return ret; } +// static +wxVisualAttributes +wxButton::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant)) +{ + return GetDefaultAttributesFromGTKWidget(gtk_button_new); +} + #endif // wxUSE_BUTTON