X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/univ/radiobut.h diff --git a/include/wx/univ/radiobut.h b/include/wx/univ/radiobut.h index 39ad91618b..d7423d0c07 100644 --- a/include/wx/univ/radiobut.h +++ b/include/wx/univ/radiobut.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 10.09.00 -// RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,17 +11,13 @@ #ifndef _WX_UNIV_RADIOBUT_H_ #define _WX_UNIV_RADIOBUT_H_ -#ifdef __GNUG__ - #pragma interface "univradiobut.h" -#endif - #include "wx/checkbox.h" // ---------------------------------------------------------------------------- // wxRadioButton // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxRadioButton : public wxCheckBox +class WXDLLIMPEXP_CORE wxRadioButton : public wxCheckBox { public: // constructors @@ -55,6 +50,8 @@ public: virtual void ChangeValue(bool value); protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // implement our own drawing virtual void DoDraw(wxControlRenderer *renderer);