diff options
author | vincentdarley <vincentdarley> | 2003-12-15 11:51:00 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-12-15 11:51:00 (GMT) |
commit | 6b97ba2c3cc4da8e29a95fc694baea3b57cf8018 (patch) | |
tree | 14cd813c65ebd93c03478077ca270e6f1623d234 /generic/tkText.h | |
parent | 652fc56a55bca6e89050af3ef1fc758070a43b0e (diff) | |
download | tk-6b97ba2c3cc4da8e29a95fc694baea3b57cf8018.zip tk-6b97ba2c3cc4da8e29a95fc694baea3b57cf8018.tar.gz tk-6b97ba2c3cc4da8e29a95fc694baea3b57cf8018.tar.bz2 |
text widget more extensive documentation, and two small code improvements
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index 051c874..57560e8 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -10,7 +10,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.23 2003/12/05 17:19:06 vincentdarley Exp $ + * RCS: @(#) $Id: tkText.h,v 1.24 2003/12/15 11:51:05 vincentdarley Exp $ */ #ifndef _TKTEXT @@ -1012,6 +1012,8 @@ EXTERN TkTextIndex * TkTextMakeCharIndex _ANSI_ARGS_((TkTextBTree tree, TkTextIndex *indexPtr)); EXTERN int TkTextMeasureDown _ANSI_ARGS_((TkText *textPtr, TkTextIndex *srcPtr, int distance)); +EXTERN void TkTextFreeElideInfo _ANSI_ARGS_(( + TkTextElideInfo *infoPtr)); EXTERN int TkTextIsElided _ANSI_ARGS_((CONST TkText *textPtr, CONST TkTextIndex *indexPtr, TkTextElideInfo *infoPtr)); |