]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textentry.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / textentry.h
index 790f08242f8e38a2fcadb4061298bce48566a5e7..89fdaf5541cc4406cf9afca61c8c49a0734a4909 100644 (file)
@@ -429,6 +429,13 @@ public:
     */
     virtual void SelectAll();
 
+    /**
+        Deselects selected text in the control.
+
+        @since 2.9.5
+    */
+    virtual void SelectNone();
+
     /**
         Sets a hint shown in an empty unfocused text control.