|
ActiveTcl User Guide
|
|
|
[incr\ Tk]
NAME
itkwish - Simple windowing shell for [incrTcl] / [incrTk]
SYNOPSIS
itkwish ?fileName arg arg ...?
OPTIONS
- -display display
- Display (and screen) on which to display window.
- -geometry geometry
- Initial geometry to use for window. If this option is
specified, its value is stored in the geometry global
variable of the application's Tcl interpreter.
- -name name
- Use name as the title to be displayed in the window, and
as the name of the interpreter for send commands.
- -sync
- Execute all X server commands synchronously, so that errors are
reported immediately. This will result in much slower execution,
but it is useful for debugging.
- --
- Pass all remaining arguments through to the script's
argv variable without interpreting them. This provides a
mechanism for passing arguments such as -name to a script
instead of having itkwish interpret them.
DESCRIPTION
itkwish is a simple program consisting of the Tcl command
language, the Tk toolkit, the [incrTcl] extension for
object-oriented programming, and the [incrTk] extension for
building mega-widgets. The main program creates an interpreter,
creates a main window, and then processes Tcl commands from
standard input or from a file.
itkwish is just like wish, but includes the
[incrTcl] / [incrTk] extensions.
See the wish man page for details concerning usage. See
the itcl and itk man pages
for an overview of [incrTcl] / [incrTk].
KEYWORDS
Tcl, Tk, itcl, itk, interpreter, shell, toolkit
[ itk ]
Copyright © 1989-1994 The Regents of the University of California.
Copyright © 1994-1996 Sun Microsystems, Inc.