]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textctrl.h
Fixed and clarified editor control event handling
[wxWidgets.git] / interface / wx / textctrl.h
index 3f68fa92f3f6fb72889e065d635df3f3b670bc0c..568edff93007f91fdaec7b5633dc63dee2e388ee 100644 (file)
@@ -1435,6 +1435,9 @@ public:
 
         If both parameters are equal to -1 all text in the control is selected.
 
+        Notice that the insertion point will be moved to @a from by this
+        function.
+
         @param from
             The first position.
         @param to