git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21019
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
} // end of wxChoice::DoAppend
int wxChoice::DoInsert(
} // end of wxChoice::DoAppend
int wxChoice::DoInsert(
+ const wxString& rsItem,
wxCHECK_MSG((pos>=0) && (pos<=GetCount()), -1, wxT("invalid index"));
if (pos == GetCount())
wxCHECK_MSG((pos>=0) && (pos<=GetCount()), -1, wxT("invalid index"));
if (pos == GetCount())
+ return DoAppend(rsItem);
int nIndex;
SHORT nIndexType = 0;
int nIndex;
SHORT nIndexType = 0;