X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..1f30c17645c56f85178ee780fa330d954e45cea9:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 0a18908021..1fea3e7526 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 10.09.00 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -52,10 +52,10 @@ public: { SetSelection(sel); - return TRUE; + return true; } - return FALSE; + return false; } // string access @@ -76,8 +76,8 @@ public: virtual void SetString(int n, const wxString& label) = 0; // change the individual radio button state - virtual void Enable(int n, bool enable = TRUE) = 0; - virtual void Show(int n, bool show = TRUE) = 0; + virtual void Enable(int n, bool enable = true) = 0; + virtual void Show(int n, bool show = true) = 0; // layout parameters virtual int GetColumnCount() const = 0;