X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a87edf286921de9b182f3d19adb6bb63ba85ebd..63a3cd7a8c737eb4571f27e5f2af37eda0f1c5cc:/src/cocoa/radiobox.mm diff --git a/src/cocoa/radiobox.mm b/src/cocoa/radiobox.mm index 1e807be0c6..4dc469c0dd 100644 --- a/src/cocoa/radiobox.mm +++ b/src/cocoa/radiobox.mm @@ -97,19 +97,10 @@ bool wxRadioBox::Enable(int n, bool enable) return false; } -void wxRadioBox::Show(int n, bool show) +bool wxRadioBox::Show(int n, bool show) { -} - - // layout parameters -int wxRadioBox::GetColumnCount() const -{ - return 0; -} - -int wxRadioBox::GetRowCount() const -{ - return 0; + // TODO + return false; } wxSize wxRadioBox::DoGetBestSize() const