Related class: ::tycho::Displayer
Contents:
Proc
-
::tycho::view
{view {viewoptions {}} \
{displayer {Displayer}} {dispoptions {}}}
- This is a shortcut procedure for opening a Displayer/View combination.
It takes up to four arguments, only the first of which is required.
- view is the name of a class derived from
View
.
- viewoptions is a list of options to pass to the view constructor.
- displayer is the name of a class derived from
Displayer
.
- dispoptions is a list of options to pass to the displayer
constructor.
The default options are empty lists. The default displayer is
Displayer
. If either the view or
displayer argument does not begin with "::", then "::tycho::"
is prepended to the classname. Thus, classes in the tycho namespace
can be specified without specifying the namespace. All other classes
must be fully specified. Classes in the global namespace should have
a simple "::" prefix. The name of the view subwindow that is created
is returned.
Index of classes
Author: Farhana Sheikh and Edward A. Lee
Version: @(#)Displayer.itcl 1.26 12/14/96
Copyright: (c) 1995-1996 The Regents of the University of California.