summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-05-29 12:46:22 (GMT)
committeraxis <qt-info@nokia.com>2009-06-03 11:15:42 (GMT)
commit2e4cadc9a1bb70350259360d1cc8fc00be424414 (patch)
tree7834ff04fdf875d191f201d6cc4a7bf1b6af5fd4 /doc
parenta12eaad983da3caa30babd36a0e5c527588b2602 (diff)
downloadQt-2e4cadc9a1bb70350259360d1cc8fc00be424414.zip
Qt-2e4cadc9a1bb70350259360d1cc8fc00be424414.tar.gz
Qt-2e4cadc9a1bb70350259360d1cc8fc00be424414.tar.bz2
Added new API Qt::ImAnchorPosition.
This is required for S60 FEP. RevBy: Simon Hausmann
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qnamespace.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index cd06700..c063670 100644
--- a/doc/src/qnamespace.qdoc
+++ b/doc/src/qnamespace.qdoc
@@ -2432,6 +2432,7 @@
\value ImSurroundingText The plain text around the input area, for example the current paragraph.
\value ImCurrentSelection The currently selected text.
\value ImMaximumTextLength The maximum number of characters that the widget can hold. If there is no limit, QVariant() is returned.
+ \value ImAnchorPosition The position of the selection anchor. This may be less or greater than \c ImCursorPosition, depending on which side of selection the cursor is. If there is no selection, it returns the same as \c ImCursorPosition.
*/
/*!