diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-06 18:29:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-06 18:29:41 (GMT) |
commit | 0ecd54f69712f24aebc4c2f5327731a88b007531 (patch) | |
tree | fa98226795efcc73911ec0bd548c0a6f13abdf8e /mac/tkMacWm.c | |
parent | 30e0d397055894b4fa0053664ff28617a243dca3 (diff) | |
download | tk-0ecd54f69712f24aebc4c2f5327731a88b007531.zip tk-0ecd54f69712f24aebc4c2f5327731a88b007531.tar.gz tk-0ecd54f69712f24aebc4c2f5327731a88b007531.tar.bz2 |
* TIP 44 changes specific to the Mac and
Windows platforms that were overlooked before: tkOpenDocument,
tkConsoleExit, tkConsoleOutput, unsupported1 out of namespace :: .
Thanks to Vince Darley for prompting another look.
Diffstat (limited to 'mac/tkMacWm.c')
-rw-r--r-- | mac/tkMacWm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/tkMacWm.c b/mac/tkMacWm.c index 8ee7e6c..23b7fd7 100644 --- a/mac/tkMacWm.c +++ b/mac/tkMacWm.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacWm.c,v 1.10 2000/04/25 01:02:13 hobbs Exp $ + * RCS: @(#) $Id: tkMacWm.c,v 1.11 2001/08/06 18:29:41 dgp Exp $ */ #include <Gestalt.h> @@ -3744,9 +3744,9 @@ TkMacZoomToplevel( * * TkUnsupported1Cmd -- * - * This procedure is invoked to process the "unsupported1" Tcl - * command. This command allows you to set the style of decoration - * for a Macintosh window. + * This procedure is invoked to process the + * "::tk::unsupported::MacWindowStyle" Tcl command. This command + * allows you to set the style of decoration for a Macintosh window. * * Results: * A standard Tcl result. |