some int --> size_t changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -206,7 +206,7 @@ than the number of items in the control.", "");
|
|||||||
|
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
virtual int , GetCount() const,
|
virtual size_t , GetCount() const,
|
||||||
"Returns the number of items in the control.", "");
|
"Returns the number of items in the control.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
|
@@ -100,8 +100,8 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
// get/set size of area between book control area and page area
|
// get/set size of area between book control area and page area
|
||||||
unsigned int GetInternalBorder() const;
|
size_t GetInternalBorder() const;
|
||||||
void SetInternalBorder(unsigned int internalBorder);
|
void SetInternalBorder(size_t internalBorder);
|
||||||
|
|
||||||
// returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
|
// returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
|
||||||
bool IsVertical() const;
|
bool IsVertical() const;
|
||||||
|
@@ -59,7 +59,7 @@ public:
|
|||||||
virtual bool SetStringSelection(const wxString& s);
|
virtual bool SetStringSelection(const wxString& s);
|
||||||
|
|
||||||
// string access
|
// string access
|
||||||
virtual int GetCount() const;
|
virtual size_t GetCount() const;
|
||||||
virtual int FindString(const wxString& s) const;
|
virtual int FindString(const wxString& s) const;
|
||||||
|
|
||||||
virtual wxString GetString(int n) const;
|
virtual wxString GetString(int n) const;
|
||||||
|
Reference in New Issue
Block a user