From 6eac0558411157cebac09c720b0b55e7f563a416 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Fri, 2 Nov 2007 17:30:32 +0000 Subject: [PATCH] Commit header changes for radio box fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/radiobox.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/include/wx/mac/carbon/radiobox.h b/include/wx/mac/carbon/radiobox.h index 8cead00522..5bf74062ee 100644 --- a/include/wx/mac/carbon/radiobox.h +++ b/include/wx/mac/carbon/radiobox.h @@ -57,20 +57,12 @@ public: // Enabling virtual bool Enable(bool enable = true); virtual bool Enable(unsigned int item, bool enable = true); - virtual bool IsItemEnabled(unsigned int WXUNUSED(n)) const - { - /* TODO */ - return true; - } + virtual bool IsItemEnabled(unsigned int item) const; // Showing virtual bool Show(bool show = true); virtual bool Show(unsigned int item, bool show = true); - virtual bool IsItemShown(unsigned int WXUNUSED(n)) const - { - /* TODO */ - return true; - } + virtual bool IsItemShown(unsigned int item) const; // Specific functions (in wxWidgets2 reference) virtual void SetSelection(int item);