summaryrefslogtreecommitdiffstats
path: root/generic/tkTextBTree.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-02-06 16:57:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-02-06 16:57:24 (GMT)
commit6b00db07c84b661e9971e8aff1ae241138cea97f (patch)
tree2e399b6ac70b26c14f70092ed8efc1f4fa0e82da /generic/tkTextBTree.c
parente9043031de3669be8a342498ecbc78cfdc67f054 (diff)
parent7fa5cdb9c367a0587e135892aa12345045fb2b92 (diff)
downloadtk-6b00db07c84b661e9971e8aff1ae241138cea97f.zip
tk-6b00db07c84b661e9971e8aff1ae241138cea97f.tar.gz
tk-6b00db07c84b661e9971e8aff1ae241138cea97f.tar.bz2
Merge bug fixes from fvogel's text-elided branch
Diffstat (limited to 'generic/tkTextBTree.c')
-rw-r--r--generic/tkTextBTree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkTextBTree.c b/generic/tkTextBTree.c
index 67ff79d..92164fc 100644
--- a/generic/tkTextBTree.c
+++ b/generic/tkTextBTree.c
@@ -1882,8 +1882,7 @@ TkBTreePreviousLine(
* number of pixels in the widget.
*
* Results:
- * The result is the index of linePtr within the tree, where 0
- * corresponds to the first line in the tree.
+ * The result is the pixel height of the top of the given line.
*
* Side effects:
* None.