projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use (new) safer GetTraitsIfExists() in wxMutexGuiEnter/Leave() to avoid crashing...
[wxWidgets.git]
/
include
/
wx
/
msw
/
radiobut.h
diff --git
a/include/wx/msw/radiobut.h
b/include/wx/msw/radiobut.h
index 287bce70cc75eebad48a820105a292ae141df034..41d6ef1d3b0744be1fc82c868c85b6db603a27d2 100644
(file)
--- a/
include/wx/msw/radiobut.h
+++ b/
include/wx/msw/radiobut.h
@@
-12,11
+12,7
@@
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "radiobut.h"
-#endif
-
-class WXDLLEXPORT wxRadioButton: public wxControl
+class WXDLLIMPEXP_CORE wxRadioButton: public wxControl
{
public:
// ctors and creation functions
{
public:
// ctors and creation functions
@@
-54,7
+50,10
@@
public:
virtual void Command(wxCommandEvent& event);
virtual bool HasTransparentBackground() { return true; }
virtual void Command(wxCommandEvent& event);
virtual bool HasTransparentBackground() { return true; }
+ virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
protected:
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
virtual wxSize DoGetBestSize() const;
private:
virtual wxSize DoGetBestSize() const;
private: