diff options
author | nijtmans <nijtmans> | 2008-12-04 21:33:25 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-04 21:33:25 (GMT) |
commit | dbde1482705386cbe11d1a1cc2e6b1b4b55b75f1 (patch) | |
tree | c0a5c075effa403d67ce447314477bf7db522940 /generic/tkStubInit.c | |
parent | 8a690bec2f7eb8ee685da1ac2bd1ec7e59740f37 (diff) | |
download | tk-dbde1482705386cbe11d1a1cc2e6b1b4b55b75f1.zip tk-dbde1482705386cbe11d1a1cc2e6b1b4b55b75f1.tar.gz tk-dbde1482705386cbe11d1a1cc2e6b1b4b55b75f1.tar.bz2 |
Move 10 functions from tkText.h to
stub table [Feature Request 220906]
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 6de9d44..d202a6f 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.65 2008/10/28 22:33:06 nijtmans Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.66 2008/12/04 21:33:25 nijtmans Exp $ */ #include "tkInt.h" @@ -310,6 +310,16 @@ static const TkIntStubs tkIntStubs = { TkpTestembedCmd, /* 156 */ TkpTesttextCmd, /* 157 */ TkSelGetSelection, /* 158 */ + TkTextGetIndex, /* 159 */ + TkTextIndexBackBytes, /* 160 */ + TkTextIndexForwBytes, /* 161 */ + TkTextMakeByteIndex, /* 162 */ + TkTextPrintIndex, /* 163 */ + TkTextSetMark, /* 164 */ + TkTextXviewCmd, /* 165 */ + TkTextChanged, /* 166 */ + TkBTreeNumLines, /* 167 */ + TkTextInsertDisplayProc, /* 168 */ }; static const TkIntPlatStubs tkIntPlatStubs = { |