projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed handling of keypress WXK_NUMPAD_NEXT
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
checkbox.h
diff --git
a/include/wx/gtk1/checkbox.h
b/include/wx/gtk1/checkbox.h
index 41f405680cb8b5a0de2385022e04af29494063a0..cf2109123b66b41703ebea75aa38491db23d3a05 100644
(file)
--- a/
include/wx/gtk1/checkbox.h
+++ b/
include/wx/gtk1/checkbox.h
@@
-63,7
+63,7
@@
public:
bool GetValue() const;
void SetLabel( const wxString& label );
-
void
Enable( bool enable );
+
bool
Enable( bool enable );
// implementation
void ApplyWidgetStyle();