X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..16190e2a113ec876cf6fedc507c5ee7c39714f43:/src/gtk1/button.cpp?ds=inline 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