X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ad421ae901eee8388c841fa86254355254ca624..3c8ad70ad4de074ff95b5e3629ebc272551921c0:/wxPython/src/_combobox.i?ds=inline diff --git a/wxPython/src/_combobox.i b/wxPython/src/_combobox.i index d56293c468..b5522f3ecb 100644 --- a/wxPython/src/_combobox.i +++ b/wxPython/src/_combobox.i @@ -58,6 +58,8 @@ public: %pythonAppend wxComboBox "self._setOORInfo(self)" %pythonAppend wxComboBox() "" + RefDoc(wxComboBox, ""); // turn it off for the ctors + DocCtorAStr( wxComboBox(wxWindow* parent, wxWindowID id, const wxString& value = wxPyEmptyString, @@ -92,7 +94,7 @@ public: " Point pos=DefaultPosition, Size size=DefaultSize,\n" " List choices=[], long style=0, Validator validator=DefaultValidator,\n" " String name=ChoiceNameStr) -> bool", - "Actually create the GUI Choice control for 2-phase creation"); + "Actually create the GUI wxComboBox control for 2-phase creation"); DocDeclStr(