projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch for ArtProvider.
[wxWidgets.git]
/
include
/
wx
/
radiobox.h
diff --git
a/include/wx/radiobox.h
b/include/wx/radiobox.h
index 376de2c623d4ab4503099a5830a9473368bedf6c..25fc92c152aeb5c72cf9467ffb038c3a3d3542b0 100644
(file)
--- a/
include/wx/radiobox.h
+++ b/
include/wx/radiobox.h
@@
-33,7
+33,7
@@
class WXDLLEXPORT wxRadioBoxBase : public wxItemContainerImmutable
public:
// change the individual radio button state
virtual bool Enable(int n, bool enable = true) = 0;
public:
// change the individual radio button state
virtual bool Enable(int n, bool enable = true) = 0;
- virtual
void
Show(int n, bool show = true) = 0;
+ virtual
bool
Show(int n, bool show = true) = 0;
// layout parameters
virtual int GetColumnCount() const = 0;
// layout parameters
virtual int GetColumnCount() const = 0;