projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OK, maybe not done yet, have to fix Unicode compilation one more place...
[wxWidgets.git]
/
include
/
wx
/
motif
/
radiobut.h
diff --git
a/include/wx/motif/radiobut.h
b/include/wx/motif/radiobut.h
index 15c4c8e789955778843374e17d951c54ddae3289..1292321fad0b616ca330a241be9124a1c74b05f9 100644
(file)
--- a/
include/wx/motif/radiobut.h
+++ b/
include/wx/motif/radiobut.h
@@
-49,7
+49,7
@@
public:
void Command(wxCommandEvent& event);
// Implementation
- virtual void ChangeFont();
+ virtual void ChangeFont(
bool keepOriginalSize = TRUE
);
virtual void ChangeBackgroundColour();
virtual void ChangeForegroundColour();
};