]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobox.mm
expose find window method
[wxWidgets.git] / src / cocoa / radiobox.mm
index 216038e63d4829f8008c453f34628eb78b042f32..93d5043e4711fcda2822da5c8c85d2cac4fbf5d6 100644 (file)
@@ -107,3 +107,8 @@ int wxRadioBox::GetRowCount() const
     return 0;
 }
 
+wxSize wxRadioBox::DoGetBestSize() const
+{
+    return wxSize(50,50);
+}
+