]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combo.h
better documentation of DeviceToLogicalXXX() (#9896)
[wxWidgets.git] / interface / wx / combo.h
index 353daaf8f5c94aeaeaf0cfcd88747131cd4e6e04..66e1678ba6736b9663f6821cd715dc22e96fea57 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxComboPopup
-    @wxheader{combo.h}
 
     In order to use a custom popup with wxComboCtrl, an interface class must be
     derived from wxComboPopup.
@@ -50,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.
@@ -170,7 +169,6 @@ struct wxComboCtrlFeatures
 
 /**
     @class wxComboCtrl
-    @wxheader{combo.h}
 
     A combo control is a generic combobox that allows totally custom popup. In
     addition it has other customization features. For instance, position and
@@ -586,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.