]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_combobox.i
typos fixed
[wxWidgets.git] / wxPython / src / _combobox.i
index d56293c4681636a167edfa4be33a05a0e01317bc..b5522f3ecbf5d0678d3822b32e1c23c3bf5f1cbb 100644 (file)
@@ -58,6 +58,8 @@ public:
     %pythonAppend wxComboBox         "self._setOORInfo(self)"
     %pythonAppend wxComboBox()       ""
 
     %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,
     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",
         "    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(
     
 
     DocDeclStr(