summaryrefslogtreecommitdiffstats
path: root/generic/tkText.h
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2006-03-26 17:52:39 (GMT)
committervincentdarley <vincentdarley>2006-03-26 17:52:39 (GMT)
commit5f87593323244e86ce48d4aa8c21ad14f5d91db3 (patch)
treefa2d32110894ce98d8ef904e86749aa9d72f1442 /generic/tkText.h
parentfdcd47db9dfd574392d0ef615177b3435fd923c8 (diff)
downloadtk-5f87593323244e86ce48d4aa8c21ad14f5d91db3.zip
tk-5f87593323244e86ce48d4aa8c21ad14f5d91db3.tar.gz
tk-5f87593323244e86ce48d4aa8c21ad14f5d91db3.tar.bz2
fix for text dump -command callbacks which modify the text widget
Diffstat (limited to 'generic/tkText.h')
-rw-r--r--generic/tkText.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkText.h b/generic/tkText.h
index 1357055..464ff5e 100644
--- a/generic/tkText.h
+++ b/generic/tkText.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkText.h,v 1.29 2005/11/27 02:36:14 das Exp $
+ * RCS: @(#) $Id: tkText.h,v 1.30 2006/03/26 17:52:40 vincentdarley Exp $
*/
#ifndef _TKTEXT
@@ -979,6 +979,7 @@ MODULE_SCOPE void TkBTreeRemoveClient(TkTextBTree tree,
MODULE_SCOPE void TkBTreeDestroy(TkTextBTree tree);
MODULE_SCOPE void TkBTreeDeleteIndexRange(TkTextBTree tree,
TkTextIndex *index1Ptr, TkTextIndex *index2Ptr);
+MODULE_SCOPE int TkBTreeEpoch(TkTextBTree tree);
MODULE_SCOPE TkTextLine *TkBTreeFindLine(TkTextBTree tree,
CONST TkText *textPtr, int line);
MODULE_SCOPE TkTextLine *TkBTreeFindPixelLine(TkTextBTree tree,