]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/radiobox.h
explain why do you need wxUSE_WXDIB
[wxWidgets.git] / include / wx / gtk / radiobox.h
index 244dbab904ec9ddb31c83d5d1dcb622fbede30e0..d2d9104b7448e943f452f97772c90681592dfbeb 100644 (file)
@@ -81,7 +81,7 @@ public:
 
 
     // implement wxItemContainerImmutable methods
-    virtual int GetCount() const;
+    virtual size_t GetCount() const;
 
     virtual wxString GetString(int n) const;
     virtual void SetString(int n, const wxString& s);
@@ -133,13 +133,8 @@ protected:
     // common part of all ctors
     void Init();
 
-    // check that the index is valid
-    // FIXME: remove once GTK will derive from wxRadioBoxBase
-    inline bool IsValid(int n) const { return n >= 0 && n < GetCount(); }
-
 private:
     DECLARE_DYNAMIC_CLASS(wxRadioBox)
 };
 
 #endif // _WX_GTK_RADIOBOX_H_
-