projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix handling of spaces after <img> tag in wxHTML.
[wxWidgets.git]
/
include
/
wx
/
motif
/
tglbtn.h
diff --git
a/include/wx/motif/tglbtn.h
b/include/wx/motif/tglbtn.h
index c67edba376d026f62c86ff3187316c61390ba809..b35aa1b5cece6bd0e327bdc50c71df62b62dbf7d 100644
(file)
--- a/
include/wx/motif/tglbtn.h
+++ b/
include/wx/motif/tglbtn.h
@@
-15,7
+15,7
@@
#include "wx/checkbox.h"
#include "wx/checkbox.h"
-class WXDLL
EXPORT
wxToggleButton : public wxCheckBox
+class WXDLL
IMPEXP_CORE
wxToggleButton : public wxCheckBox
{
public:
wxToggleButton() { Init(); }
{
public:
wxToggleButton() { Init(); }
@@
-37,8
+37,12
@@
public:
long style = 0,
const wxValidator& val = wxDefaultValidator,
const wxString &name = wxCheckBoxNameStr );
long style = 0,
const wxValidator& val = wxDefaultValidator,
const wxString &name = wxCheckBoxNameStr );
+
+protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
private:
private:
- DECLARE_DYNAMIC_CLASS(wxToggleButton)
;
+ DECLARE_DYNAMIC_CLASS(wxToggleButton)
// common part of all constructors
void Init()
// common part of all constructors
void Init()