]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobox.mm
Convert back to UNIX line endings (again)
[wxWidgets.git] / src / cocoa / radiobox.mm
index 216038e63d4829f8008c453f34628eb78b042f32..63528324771a471f1af19034517be84781cd7559 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/02/15
 // RCS-ID:      $Id: 
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWindows license
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -107,3 +107,8 @@ int wxRadioBox::GetRowCount() const
     return 0;
 }
 
+wxSize wxRadioBox::DoGetBestSize() const
+{
+    return wxSize(50,50);
+}
+