obsolete.tcl
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  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. # RCS: @(#) $Id: obsolete.tcl,v 1.2 1998/09/14 18:23:24 stanton Exp $
  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. # The procedures below are here strictly for backward compatibility with
  15. # Tk version 3.6 and earlier.  The procedures are no longer needed, so
  16. # they are no-ops.  You should not use these procedures anymore, since
  17. # they may be removed in some future release.
  18. proc tk_menuBar args {}
  19. proc tk_bindForTraversal args {}