X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..446659cac6be2946cc58ccc574fc8a4d1f7bad5a:/include/wx/univ/tglbtn.h?ds=sidebyside diff --git a/include/wx/univ/tglbtn.h b/include/wx/univ/tglbtn.h index 35d3667e0e..07b310cf30 100644 --- a/include/wx/univ/tglbtn.h +++ b/include/wx/univ/tglbtn.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/univ/button.h +// Name: wx/univ/tglbtn.h // Purpose: wxToggleButton for wxUniversal // Author: Vadim Zeitlin // Modified by: David Bjorkevik @@ -14,8 +14,6 @@ #include "wx/button.h" -extern WXDLLEXPORT_DATA(const char) wxCheckBoxNameStr[]; - // ---------------------------------------------------------------------------- // wxToggleButton: a push button // ---------------------------------------------------------------------------- @@ -57,6 +55,8 @@ public: bool GetValue() const { return m_value; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // the current value bool m_value;