]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/button.cpp
Removed USING_CONFIGURE define. As VZ pointed out, checking HAVE_CONFIG_H
[wxWidgets.git] / src / gtk / button.cpp
index 613aab8a05068dbb9222ba0b19278b94f099ecbc..ad9b36f8daa54dab65c79a1256feaccd51e9b156 100644 (file)
@@ -120,6 +120,12 @@ void wxButton::SetDefault(void)
     SetSize( m_x, m_y, m_width, m_height );
 }
 
+/* static */
+wxSize wxButton::GetDefaultSize()
+{
+    return wxSize(80,26);
+}
+
 void wxButton::SetLabel( const wxString &label )
 {
     wxCHECK_RET( m_widget != NULL, _T("invalid button") );