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 /library/unsupported.tcl | |
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 'library/unsupported.tcl')
-rw-r--r-- | library/unsupported.tcl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/library/unsupported.tcl b/library/unsupported.tcl index 467fb9c..d1eb5a8 100644 --- a/library/unsupported.tcl +++ b/library/unsupported.tcl @@ -3,7 +3,7 @@ # Commands provided by Tk without official support. Use them at your # own risk. They may change or go away without notice. # -# RCS: @(#) $Id: unsupported.tcl,v 1.2 2001/08/01 16:21:11 dgp Exp $ +# RCS: @(#) $Id: unsupported.tcl,v 1.3 2001/08/06 18:29:41 dgp Exp $ # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -222,6 +222,7 @@ namespace eval ::tk::unsupported { tkTextUpDownLine ::tk::TextUpDownLine tkTraverseToMenu ::tk::TraverseToMenu tkTraverseWithinMenu ::tk::TraverseWithinMenu + unsupported1 ::tk::unsupported::MacWindowStyle } # Map from the old global names of Tk private variable to their @@ -229,7 +230,9 @@ namespace eval ::tk::unsupported { variable PrivateVariables array set PrivateVariables { + droped_to_start ::tk::mac::Droped_to_start histNum ::tk::HistNum + stub_location ::tk::mac::Stub_location tkFocusIn ::tk::FocusIn tkFocusOut ::tk::FocusOut tkPalette ::tk::Palette |