1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
3<!--
4	Copyright (c) 1997 Sun Microsystems, Inc.
5	Copyright 2009 Kevin Walzer/WordTech Communications LLC. 
6	Copyright (c) 2009 Daniel A. Steffen <das@users.sourceforge.net>
7
8	See the file "license.terms" for information on usage and redistribution of
9	this file, and for a DISCLAIMER OF ALL WARRANTIES.
10
11	RCS: @(#) $Id$
12-->
13<dictionary title="Wish Terminology">
14	<suite name="Standard Suite" code="reqd" description="Common commands for all applications.">
15		<command name="open" code="aevtodoc" description="Open a document.">
16			<direct-parameter description="The file(s) to be opened.">
17				<type type="file"/>
18				<type type="file" list="yes"/>
19			</direct-parameter>
20		</command>
21		<command name="print" code="aevtpdoc" description="Print a document.">
22			<direct-parameter description="The file(s) to be printed.">
23				<type type="file" list="yes"/>
24				<type type="specifier"/>
25			</direct-parameter>
26		</command>
27		<command name="quit" code="aevtquit" description="Quit the application."/>
28	</suite>
29	<suite name="Wish Suite" code="WIsH" description="Commands for the Wish application.">
30		<command name="do script" code="miscdosc" description="Execute a Tcl script.">
31			<direct-parameter description="Script to execute" type="text">
32				<type type="text"/>
33			</direct-parameter>
34			<result description="Result">
35				<type type="text"/>
36			</result>
37		</command>
38	</suite>
39</dictionary>
40