1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<html> <head>
<title>Value Window</title>
<!-- $Id: Value.html,v 1.3 1995/06/21 23:13:23 sls Exp $ -->
</head>
<body>
<center><h1>The Value Window</h1></center>
The value window is an editable <b>Tk</b> <tt>text</tt> window that
contains the definition of a <a href=Procs.html>proc</a>, the value of
a <a href=Globals.html>global</a>, or information about a <a
href=Windows.html>window</a>, an <a href=Images.html>image</a>, <a
href=Menus.html>menu entries</a>, or <a href=Canvases.html>canvas
items</a>.<p>
In addition to the standard text bindings, the value window
understands the following key strokes:
<ul>
<li> <tt>Control-x Control-s</tt> sends the value back to the
selected interpreter.
<li> <tt>Control-s</tt> brings up the <b>Find...</b> dialog.
<li> <tt>Button-3</tt> brings up the <b>Value</b> menu.
</ul>
The <b>Value</b> menu item in the main menu bar contains the following
entries:
<ul>
<li> <b>Send Value</b> sends the value back to the selected
interpreter.
<li> <b>Find...</b> brings up a dialog box that allows searching of
the contents of the value window.
<li> <b>Save Value...</b> and <b>Load Value...</b> bring up a
file selection dialog that allow the value to be saved or
loaded from a file.
<li> <b>Detach Value</b> creates a new <b>tkinspect</b> window that
contains only the main menu, a
command/button window, and a value window. The current value
will be copied to the new value window.
</ul>
<hr>
<!-- hhmts start -->
Last modified: Wed Jun 21 16:00:31 1995
<!-- hhmts end -->
</body> </html>
|