///////////////////////////////////////////////////////////////////////////////
-// Name: wx/univ/button.h
+// Name: wx/univ/tglbtn.h
// Purpose: wxToggleButton for wxUniversal
// Author: Vadim Zeitlin
// Modified by: David Bjorkevik
// Created: 16.05.06
-// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#include "wx/button.h"
-extern WXDLLEXPORT_DATA(const char) wxCheckBoxNameStr[];
-
// ----------------------------------------------------------------------------
// wxToggleButton: a push button
// ----------------------------------------------------------------------------
bool GetValue() const { return m_value; }
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
// the current value
bool m_value;