summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-06-12 12:46:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-06-12 12:46:10 (GMT)
commit7b72329ae744b09f5b2d9ab0ebf40490d7437436 (patch)
tree18837c7348a719498b65e1a090f5f90200676aec /generic/tkInt.decls
parent5098f86b8c628ee641dfd130ec9f516d91805eff (diff)
downloadtk-7b72329ae744b09f5b2d9ab0ebf40490d7437436.zip
tk-7b72329ae744b09f5b2d9ab0ebf40490d7437436.tar.gz
tk-7b72329ae744b09f5b2d9ab0ebf40490d7437436.tar.bz2
Move another two entries to the internal stub table from MODULE_SCOPE.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls10
1 files changed, 9 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index a2bcdf7..f6f5482 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -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: tkInt.decls,v 1.54 2009/04/27 10:31:35 dkf Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.55 2009/06/12 12:46:11 dkf Exp $
library tk
@@ -601,6 +601,14 @@ declare 176 generic {
const char *TkPixelPrintProc(ClientData clientData, Tk_Window tkwin,
char *widgRec, int offset, Tcl_FreeProc **freeProcPtr)
}
+declare 177 generic {
+ int TkOrientParseProc(ClientData clientData, Tcl_Interp *interp,
+ Tk_Window tkwin, const char *value, char *widgRec, int offset)
+}
+declare 178 generic {
+ const char *TkOrientPrintProc(ClientData clientData, Tk_Window tkwin,
+ char *widgRec, int offset, Tcl_FreeProc **freeProcPtr)
+}
##############################################################################