X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ba7c77150d74a5385f2385e5448ca491263179f..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 3a366c9943..bfad84b10a 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) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -32,8 +32,8 @@ class WXDLLEXPORT wxRadioBoxBase : public wxItemContainerImmutable { public: // 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 bool Enable(int n, bool enable = true) = 0; + virtual bool Show(int n, bool show = true) = 0; // layout parameters virtual int GetColumnCount() const = 0;