]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treectrl.h
Make wxHelpControllerBase::SetFrameParameters() title more clear.
[wxWidgets.git] / interface / wx / treectrl.h
index 83274018034800c1e8127de7872e431617b51ddb..4587dfa9deba9f35d3dfecf236cd17c5c51b4b08 100644 (file)
@@ -691,8 +691,8 @@ public:
 
     /**
         Inserts an item before one identified
-        by its position (@a before). @a before must be less than the number of
-        children.
+        by its position (@a pos). @a pos must be less than or equal to
+        the number of children.
 
         The @a image and @a selImage parameters are an index within the normal
         image list specifying the image to use for unselected and selected
@@ -700,7 +700,7 @@ public:
         image is used for both selected and unselected items.
     */
     wxTreeItemId InsertItem(const wxTreeItemId& parent,
-                            size_t before,
+                            size_t pos,
                             const wxString& text,
                             int image = -1,
                             int selImage = -1,