summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authorsurles <surles>1999-06-17 19:58:00 (GMT)
committersurles <surles>1999-06-17 19:58:00 (GMT)
commit6e11c04eb094222084f0ce506000b3a584a73fdf (patch)
treee0503182b847c5eaabdb32856b328fb7f15bd45e /generic/tkInt.h
parentf7c2592058cd56836ada058f8793ca25b3800678 (diff)
downloadtk-6e11c04eb094222084f0ce506000b3a584a73fdf.zip
tk-6e11c04eb094222084f0ce506000b3a584a73fdf.tar.gz
tk-6e11c04eb094222084f0ce506000b3a584a73fdf.tar.bz2
backed out chenges made to tkInt.h and tkText.h and fixed the problem directly in tkText.h
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h27
1 files changed, 1 insertions, 26 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 427262f..14be34e 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: $Id: tkInt.h,v 1.14 1999/06/16 20:11:28 surles Exp $
+ * RCS: $Id: tkInt.h,v 1.15 1999/06/17 19:58:00 surles Exp $
*/
#ifndef _TKINT
@@ -1000,31 +1000,6 @@ EXTERN int TkpTestembedCmd _ANSI_ARGS_((ClientData clientData,
/*
* Unsupported commands.
*/
-
-typedef struct TkTextIndex TkTextIndex;
-typedef struct TkTextSegment TkTextSegment;
-typedef struct TkText TkText;
-typedef struct TkTextBTree *TkTextBTree;
-
-EXTERN int TkTextGetIndex _ANSI_ARGS_((Tcl_Interp *interp,
- TkText *textPtr, char *string,
- TkTextIndex *indexPtr));
-EXTERN void TkTextIndexBackBytes _ANSI_ARGS_((
- CONST TkTextIndex *srcPtr, int count,
- TkTextIndex *dstPtr));
-EXTERN void TkTextIndexForwBytes _ANSI_ARGS_((
- CONST TkTextIndex *srcPtr, int count,
- TkTextIndex *dstPtr));
-EXTERN TkTextIndex * TkTextMakeCharIndex _ANSI_ARGS_((TkTextBTree tree,
- int lineIndex, int charIndex,
- TkTextIndex *indexPtr));
-EXTERN TkTextIndex * TkTextMakeByteIndex _ANSI_ARGS_((TkTextBTree tree,
- int lineIndex, int byteIndex,
- TkTextIndex *indexPtr));
-EXTERN void TkTextPrintIndex _ANSI_ARGS_((
- CONST TkTextIndex *indexPtr, char *string));
-EXTERN TkTextSegment * TkTextSetMark _ANSI_ARGS_((TkText *textPtr, char *name,
- TkTextIndex *indexPtr));
EXTERN int TkUnsupported1Cmd _ANSI_ARGS_((ClientData clientData,
Tcl_Interp *interp, int argc, char **argv));