]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/button_osx.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / osx / button_osx.cpp
index 0a90b0c0b49d69658282871c91ed176dc8f40db5..6984a9af080c8e32b4ef56e05a7c8de42d02311c 100644 (file)
@@ -131,6 +131,12 @@ bool wxButton::OSXHandleClicked( double WXUNUSED(timestampsec) )
     return true;
 }
 
+/* static */
+wxSize wxButtonBase::GetDefaultSize()
+{
+    return wxAnyButton::GetDefaultSize();
+}
+
 //-------------------------------------------------------
 // wxDisclosureTriangle
 //-------------------------------------------------------