home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09962.iso / vrml / cp2b2x.exe / DATA.Z / obsolete.tcl < prev    next >
Text File  |  1996-04-23  |  775b  |  22 lines

  1. # obsolete.tcl --
  2. #
  3. # This file contains obsolete procedures that people really shouldn't
  4. # be using anymore, but which are kept around for backward compatibility.
  5. #
  6. # @(#) obsolete.tcl 1.2 94/12/17 16:05:21
  7. #
  8. # Copyright (c) 1994 The Regents of the University of California.
  9. # Copyright (c) 1994 Sun Microsystems, Inc.
  10. #
  11. # See the file "license.terms" for information on usage and redistribution
  12. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13. #
  14.  
  15. # The procedures below are here strictly for backward compatibility with
  16. # Tk version 3.6 and earlier.  The procedures are no longer needed, so
  17. # they are no-ops.  You should not use these procedures anymore, since
  18. # they may be removed in some future release.
  19.  
  20. proc tk_menuBar args {}
  21. proc tk_bindForTraversal args {}
  22.