]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/textentry.h
fix GetTextExtent with non-null font argument, fixes #13750
[wxWidgets.git] / interface / wx / textentry.h
index 330b00efa1d30b257cd8799c38497a7fbc55d29c..d31506f1c0c0245fe69caefb202ff5767cf0cdbe 100644 (file)
@@ -8,6 +8,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+
+/**
+    wxTextPos is a position in the text
+*/
+typedef long wxTextPos;
+
+
 /**
     @class wxTextEntry