projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
applying patch 1411230
[wxWidgets.git]
/
include
/
wx
/
gtk1
/
radiobox.h
diff --git
a/include/wx/gtk1/radiobox.h
b/include/wx/gtk1/radiobox.h
index 3327b78cdb46f9b1db59a0f173145f9532a32f7e..88db4fbe3e1c176d6e19ccd801c943a17cf163b7 100644
(file)
--- a/
include/wx/gtk1/radiobox.h
+++ b/
include/wx/gtk1/radiobox.h
@@
-81,21
+81,21
@@
public:
// implement wxItemContainerImmutable methods
// implement wxItemContainerImmutable methods
- virtual int GetCount() const;
+ virtual
unsigned
int GetCount() const;
- virtual wxString GetString(int n) const;
- virtual void SetString(int n, const wxString& s);
+ virtual wxString GetString(
unsigned
int n) const;
+ virtual void SetString(
unsigned
int n, const wxString& s);
virtual void SetSelection(int n);
virtual int GetSelection() const;
// implement wxRadioBoxBase methods
virtual void SetSelection(int n);
virtual int GetSelection() const;
// implement wxRadioBoxBase methods
- virtual bool Show(int n, bool show = true);
- virtual bool Enable(int n, bool enable = true);
+ virtual bool Show(
unsigned
int n, bool show = true);
+ virtual bool Enable(
unsigned
int n, bool enable = true);
- virtual bool IsItemEnabled(int n) const;
- virtual bool IsItemShown(int n) const;
+ virtual bool IsItemEnabled(
unsigned
int n) const;
+ virtual bool IsItemShown(
unsigned
int n) const;
// override some base class methods to operate on radiobox itself too
// override some base class methods to operate on radiobox itself too