]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/button.cpp
Oops, forgot to cleanup some commented-out code before last commit.
[wxWidgets.git] / src / gtk1 / button.cpp
index 1fc794b7636fd7f24e84e0b957ca1611a37b7925..4638f0a6b1d0f74dc7b42339d6f7a7c0f7ac6def 100644 (file)
@@ -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