diff options
author | hobbs <hobbs> | 1999-12-07 03:51:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-07 03:51:05 (GMT) |
commit | d7cea06a2ed88307396bf8f44440feaa058766b7 (patch) | |
tree | df5f481cb3bc72c3f579751ad0137280f303521e /generic/tkInt.decls | |
parent | 16afd8f8c6c256b09d0495d5780ab5b29b07ef0f (diff) | |
download | tk-d7cea06a2ed88307396bf8f44440feaa058766b7.zip tk-d7cea06a2ed88307396bf8f44440feaa058766b7.tar.gz tk-d7cea06a2ed88307396bf8f44440feaa058766b7.tar.bz2 |
added TkMacPreprocessMenu
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 6 |
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) +} + ############################################################################## |