]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/radiobox.mm
Make sure text part of combobox is enabled/disabled too
[wxWidgets.git] / src / cocoa / radiobox.mm
index 1e807be0c6e9834abe605cf87e2b731a7bdde252..5d04a0852862e26580176b0aa1bd17fc0c17d2db 100644 (file)
@@ -97,8 +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)
 {
+    // TODO
+    return false;
 }
 
     // layout parameters