X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d20c6820bb0ff26494f75eb7dc182238eac8fe4b..0d2653ff9752af0cb4ba2b9fc9090700805cb4c5:/wxPython/src/_control.i diff --git a/wxPython/src/_control.i b/wxPython/src/_control.i index 97e40732db..be2565fa70 100644 --- a/wxPython/src/_control.i +++ b/wxPython/src/_control.i @@ -124,7 +124,7 @@ optionally, client data associated with them. class wxItemContainer { public: - // wxItemContainer() { m_clientDataItemsType = wxClientData_None; } ** It's an ABC + // wxItemContainer() ** It's an ABC %extend { @@ -144,7 +144,7 @@ has wx.LB_SORT or wx.CB_SORT style).", ""); DocDeclAStrName( void , Append(const wxArrayString& strings), - "Append(self, List strings)", + "AppendItems(self, List strings)", "Apend several items at once to the control. Notice that calling this method may be much faster than appending the items one by one if you need to add a lot of items.", "",