summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-07 03:51:05 (GMT)
committerhobbs <hobbs>1999-12-07 03:51:05 (GMT)
commitd7cea06a2ed88307396bf8f44440feaa058766b7 (patch)
treedf5f481cb3bc72c3f579751ad0137280f303521e /generic/tkInt.decls
parent16afd8f8c6c256b09d0495d5780ab5b29b07ef0f (diff)
downloadtk-d7cea06a2ed88307396bf8f44440feaa058766b7.zip
tk-d7cea06a2ed88307396bf8f44440feaa058766b7.tar.gz
tk-d7cea06a2ed88307396bf8f44440feaa058766b7.tar.bz2
added TkMacPreprocessMenu
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index da74ef5..244798f 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -9,7 +9,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.11 1999/08/10 16:58:37 hobbs Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.12 1999/12/07 03:51:05 hobbs Exp $
library tk
@@ -1032,6 +1032,10 @@ declare 64 mac {
MacDrawable * TkMacGetHostToplevel (TkWindow *winPtr)
}
+declare 65 mac {
+ void TkMacPreprocessMenu (void)
+}
+
##############################################################################