]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textentry.h
Update wxHtmlWindow documentation to refer to wxWebView.
[wxWidgets.git] / interface / wx / textentry.h
index b1b6a5d5cf53fb719981ed681d6189747e914175..d31506f1c0c0245fe69caefb202ff5767cf0cdbe 100644 (file)
@@ -8,6 +8,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+
+/**
+    wxTextPos is a position in the text
+*/
+typedef long wxTextPos;
+
+
 /**
     @class wxTextEntry
 
@@ -442,7 +449,7 @@ public:
 
         @since 2.9.0
      */
-    virtual void SetHint(const wxString& hint);
+    virtual bool SetHint(const wxString& hint);
 
     /**
         Returns the current hint string.