]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textctrl.h
added wxHeaderCtrl::OnColumnCountChanging()
[wxWidgets.git] / interface / wx / textctrl.h
index f5f35e670c1f047fcf195432b898f6a21afe915c..e6f3aae4aceacf1241d87d0f781718ac39a3f9c3 100644 (file)
@@ -1476,6 +1476,9 @@ public:
         Removes the text starting at the first given position up to
         (but not including) the character at the last position.
 
+        This function puts the current insertion point position at @a to as a
+        side effect.
+
         @param from
             The first position.
         @param to
@@ -1487,6 +1490,9 @@ public:
         Replaces the text starting at the first position up to
         (but not including) the character at the last position with the given text.
 
+        This function puts the current insertion point position at @a to as a
+        side effect.
+
         @param from
             The first position.
         @param to