diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-01-02 20:34:49 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-01-02 20:34:49 (GMT) |
commit | 89c1ac99d375fbd73892aa659f06ef5e2c5ea56e (patch) | |
tree | e76ce80d68d11f1ea137bc33a42f71a1d1f32028 /tk8.6/macosx/Wish.sdef | |
parent | 01e4cd2ef2ff59418766b2259fbc99771646aba6 (diff) | |
download | blt-89c1ac99d375fbd73892aa659f06ef5e2c5ea56e.zip blt-89c1ac99d375fbd73892aa659f06ef5e2c5ea56e.tar.gz blt-89c1ac99d375fbd73892aa659f06ef5e2c5ea56e.tar.bz2 |
upgrade to tcl/tk 8.6.8
Diffstat (limited to 'tk8.6/macosx/Wish.sdef')
-rw-r--r-- | tk8.6/macosx/Wish.sdef | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/tk8.6/macosx/Wish.sdef b/tk8.6/macosx/Wish.sdef deleted file mode 100644 index 8873e95..0000000 --- a/tk8.6/macosx/Wish.sdef +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> -<!-- - Copyright (c) 1997 Sun Microsystems, Inc. - Copyright 2009 Kevin Walzer/WordTech Communications LLC. - Copyright (c) 2009 Daniel A. Steffen <das@users.sourceforge.net> - - See the file "license.terms" for information on usage and redistribution of - this file, and for a DISCLAIMER OF ALL WARRANTIES. ---> -<dictionary title="Wish Terminology"> - <suite name="Standard Suite" code="reqd" description="Common commands for all applications."> - <command name="open" code="aevtodoc" description="Open a document."> - <direct-parameter description="The file(s) to be opened."> - <type type="file"/> - <type type="file" list="yes"/> - </direct-parameter> - </command> - <command name="print" code="aevtpdoc" description="Print a document."> - <direct-parameter description="The file(s) to be printed."> - <type type="file" list="yes"/> - <type type="specifier"/> - </direct-parameter> - </command> - <command name="quit" code="aevtquit" description="Quit the application."/> - </suite> - <suite name="Wish Suite" code="WIsH" description="Commands for the Wish application."> - <command name="do script" code="miscdosc" description="Execute a Tcl script."> - <direct-parameter description="Script to execute" type="text"> - <type type="text"/> - </direct-parameter> - <result description="Result"> - <type type="text"/> - </result> - </command> - </suite> -</dictionary> |