X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7001dcd533451aab9c31011c2ce6336737db796..b09857ae000a60704207d63290be937584805fb0:/interface/wx/textentry.h?ds=inline diff --git a/interface/wx/textentry.h b/interface/wx/textentry.h index 0a5a5e2230..89fdaf5541 100644 --- a/interface/wx/textentry.h +++ b/interface/wx/textentry.h @@ -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. @@ -456,6 +463,10 @@ public: currently you should avoid calling methods such as WriteText() or Replace() when using hints and the text control is empty. + @remarks Hints can only be used for single line text controls, + native multi-line text controls don't support hints under any + platform and hence wxWidgets doesn't provide them neither. + @since 2.9.0 */ virtual bool SetHint(const wxString& hint);