projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git]
/
include
/
wx
/
mac
/
radiobox.h
diff --git
a/include/wx/mac/radiobox.h
b/include/wx/mac/radiobox.h
index 665635334b94fa45a3c7f55152f984f4b604a46f..632495c5df69d2a2ca1ee33396bb9c0f5822dc37 100644
(file)
--- a/
include/wx/mac/radiobox.h
+++ b/
include/wx/mac/radiobox.h
@@
-80,6
+80,7
@@
protected:
int m_noRowsOrCols;
// Internal functions
+ virtual wxSize DoGetBestSize() const ;
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);