]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
Made wxMSW wxMutex non-recursive by checking reentrance
[wxWidgets.git] / interface / wx / combo.h
index f6968fb9a11c36937cc3cd0a970ec4ac0ef7b25a..66e1678ba6736b9663f6821cd715dc22e96fea57 100644 (file)
@@ -49,7 +49,7 @@ public:
             Preferred minimum width.
         @param prefHeight
             Preferred height. May be -1 to indicate no preference.
-        @param maxWidth
+        @param maxHeight
             Max height for window, as limited by screen size.
 
         @remarks This function is called each time popup is about to be shown.
@@ -584,7 +584,7 @@ public:
         @param text
             The text to insert.
     */
-    virtual void Replace(long from, long to, const wxString& value);
+    virtual void Replace(long from, long to, const wxString& text);
 
     /**
         Sets custom dropdown button graphics.