1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<html> <head>
<title>Images List</title>
<!-- $Id: Images.html,v 1.2 1995/06/21 22:44:59 sls Exp $ -->
</head>
<body>
<center><h1>Images List</h1></center>
The <b>Images List</b> contains a list of the images (created through
Tk's <tt>image</tt> command) of the target application. Selecting an
image from this list will display the image's configuration
information.<p>
There is only one list-specific operation: <b>Display Image</b>, which
sends commands to the target to create a new toplevel window
containing a label with the image.
<hr>
<!-- hhmts start -->
Last modified: Wed Jun 21 15:42:00 1995
<!-- hhmts end -->
</body> </html>
|