projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove defined(__WXMAC__) && defined(__APPLE__) case from the OS if/elif block.
[wxWidgets.git]
/
include
/
wx
/
msw
/
radiobut.h
diff --git
a/include/wx/msw/radiobut.h
b/include/wx/msw/radiobut.h
index af598b94510928c3c1700f29aeb4885bbb3cc2cf..43a8e30e328989654e99ac054b749b371b1abe91 100644
(file)
--- a/
include/wx/msw/radiobut.h
+++ b/
include/wx/msw/radiobut.h
@@
-50,6
+50,8
@@
public:
virtual void Command(wxCommandEvent& event);
virtual bool HasTransparentBackground() { return true; }
+ virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
+
protected:
virtual wxSize DoGetBestSize() const;