summaryrefslogtreecommitdiffstats
path: root/generic/tkStubInit.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-04 21:33:25 (GMT)
committernijtmans <nijtmans>2008-12-04 21:33:25 (GMT)
commitb03fbd581208efaae3c161c9222c0bd6e5b61d96 (patch)
treec0a5c075effa403d67ce447314477bf7db522940 /generic/tkStubInit.c
parent595edef015407433f0bfb19bf62c29a302edffe1 (diff)
downloadtk-b03fbd581208efaae3c161c9222c0bd6e5b61d96.zip
tk-b03fbd581208efaae3c161c9222c0bd6e5b61d96.tar.gz
tk-b03fbd581208efaae3c161c9222c0bd6e5b61d96.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.c12
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 = {