projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for wxDC_ROW_LINES for GTK+ and OS X
[wxWidgets.git]
/
include
/
wx
/
msw
/
radiobut.h
diff --git
a/include/wx/msw/radiobut.h
b/include/wx/msw/radiobut.h
index 43a8e30e328989654e99ac054b749b371b1abe91..e5959d494b7579e40b2862fe7d4450537f6d8d1c 100644
(file)
--- a/
include/wx/msw/radiobut.h
+++ b/
include/wx/msw/radiobut.h
@@
-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: