1 |
578 |
markom |
'\"
|
2 |
|
|
'\" Copyright (c) 1993-1998 Lucent Technologies, Inc.
|
3 |
|
|
'\"
|
4 |
|
|
'\" See the file "license.terms" for information on usage and redistribution
|
5 |
|
|
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
6 |
|
|
'\"
|
7 |
|
|
'\" RCS: $Id: itkwish.1,v 1.1.1.1 2002-01-16 10:24:47 markom Exp $
|
8 |
|
|
'\"
|
9 |
|
|
.so man.macros
|
10 |
|
|
.TH itkwish 1 3.0 itk "[incr\ Tk]"
|
11 |
|
|
.BS
|
12 |
|
|
'\" Note: do not modify the .SH NAME line immediately below!
|
13 |
|
|
.SH NAME
|
14 |
|
|
itkwish \- Simple windowing shell for [incr\ Tcl] / [incr\ Tk]
|
15 |
|
|
.SH SYNOPSIS
|
16 |
|
|
\fBitkwish\fR ?\fIfileName arg arg ...\fR?
|
17 |
|
|
.SH OPTIONS
|
18 |
|
|
.IP "\fB\-display \fIdisplay\fR" 20
|
19 |
|
|
Display (and screen) on which to display window.
|
20 |
|
|
.IP "\fB\-geometry \fIgeometry\fR" 20
|
21 |
|
|
Initial geometry to use for window. If this option is specified, its
|
22 |
|
|
value is stored in the \fBgeometry\fR global variable of the application's
|
23 |
|
|
Tcl interpreter.
|
24 |
|
|
.IP "\fB\-name \fIname\fR" 20
|
25 |
|
|
Use \fIname\fR as the title to be displayed in the window, and
|
26 |
|
|
as the name of the interpreter for \fBsend\fR commands.
|
27 |
|
|
.IP "\fB\-sync\fR" 20
|
28 |
|
|
Execute all X server commands synchronously, so that errors
|
29 |
|
|
are reported immediately. This will result in much slower
|
30 |
|
|
execution, but it is useful for debugging.
|
31 |
|
|
.IP "\fB\-\|\-\fR" 20
|
32 |
|
|
Pass all remaining arguments through to the script's \fBargv\fR
|
33 |
|
|
variable without interpreting them.
|
34 |
|
|
This provides a mechanism for passing arguments such as \fB\-name\fR
|
35 |
|
|
to a script instead of having \fBitkwish\fR interpret them.
|
36 |
|
|
.BE
|
37 |
|
|
|
38 |
|
|
.SH DESCRIPTION
|
39 |
|
|
.PP
|
40 |
|
|
\fBitkwish\fR is a simple program consisting of the Tcl command
|
41 |
|
|
language, the Tk toolkit, the \fB[incr\ Tcl]\fR extension for
|
42 |
|
|
object-oriented programming, and the \fB[incr\ Tk]\fR extension
|
43 |
|
|
for building mega-widgets. The main program creates an
|
44 |
|
|
interpreter, creates a main window, and then processes Tcl
|
45 |
|
|
commands from standard input or from a file.
|
46 |
|
|
.PP
|
47 |
|
|
\fBitkwish\fR is just like \fBwish\fR, but includes the
|
48 |
|
|
\fB[incr\ Tcl]\fR / \fB[incr\ Tk]\fR extensions.
|
49 |
|
|
.PP
|
50 |
|
|
See the \fBwish\fR man page for details concerning usage. See
|
51 |
|
|
the \fBitcl\fR and \fBitk\fR man pages for an overview of
|
52 |
|
|
\fB[incr\ Tcl]\fR / \fB[incr\ Tk]\fR.
|
53 |
|
|
|
54 |
|
|
.SH KEYWORDS
|
55 |
|
|
Tcl, Tk, itcl, itk, interpreter, shell, toolkit
|