]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/tglbtn.h
Toggle checkboxes in generic wxDataViewCtrl with single click.
[wxWidgets.git] / include / wx / univ / tglbtn.h
index 9b03805b5203775029c7633db749e67c9adc1f6f..c4d9e5b0d720059e99a32d280a16bcaf93e5373f 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "wx/button.h"
 
-extern WXDLLEXPORT_DATA(const wxChar) 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;