]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/button.cpp
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / src / gtk1 / button.cpp
index 1fc794b7636fd7f24e84e0b957ca1611a37b7925..5f2aa87a8023577558eda884038fa88a74424c71 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWindows licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -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