X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..152a58083fbe9ad9ff15f41472e0a2fdf9f73fb3:/include/wx/msw/tglbtn.h?ds=sidebyside diff --git a/include/wx/msw/tglbtn.h b/include/wx/msw/tglbtn.h index 803f9d8a32..5a2984fb13 100644 --- a/include/wx/msw/tglbtn.h +++ b/include/wx/msw/tglbtn.h @@ -7,7 +7,7 @@ // Created: 08.02.01 // RCS-ID: $Id$ // Copyright: (c) 2000 Johnny C. Norris II -// License: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_TOGGLEBUTTON_H_ @@ -15,8 +15,6 @@ #include "wx/bitmap.h" -extern WXDLLIMPEXP_DATA_CORE(const char) wxCheckBoxNameStr[]; - //----------------------------------------------------------------------------- // wxBitmapToggleButton //----------------------------------------------------------------------------- @@ -55,7 +53,7 @@ public: // Set the label virtual void SetLabel(const wxString& label) { wxControl::SetLabel(label); } virtual void SetLabel(const wxBitmap& label); - bool Enable(bool enable = TRUE); + bool Enable(bool enable = true); protected: void Init();