X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..78b3b018ce9edca5742d8ab263d849f77f3d19bf:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index d145b7ea49..1fea3e7526 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -6,7 +6,7 @@ // Created: 10.09.00 // RCS-ID: $Id$ // Copyright: (c) wxWidgets team -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBOX_H_BASE_ @@ -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;