projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxSocketImpl::Shutdown() doesn't need to be virtual, its implementation can the same...
[wxWidgets.git]
/
include
/
wx
/
msw
/
radiobut.h
diff --git
a/include/wx/msw/radiobut.h
b/include/wx/msw/radiobut.h
index 43a8e30e328989654e99ac054b749b371b1abe91..41d6ef1d3b0744be1fc82c868c85b6db603a27d2 100644
(file)
--- a/
include/wx/msw/radiobut.h
+++ b/
include/wx/msw/radiobut.h
@@
-12,7
+12,7
@@
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
-class WXDLL
EXPORT
wxRadioButton: public wxControl
+class WXDLL
IMPEXP_CORE
wxRadioButton: public wxControl
{
public:
// ctors and creation functions
{
public:
// ctors and creation functions
@@
-53,6
+53,7
@@
public:
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
protected:
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
virtual wxSize DoGetBestSize() const;
private:
virtual wxSize DoGetBestSize() const;
private: