[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / lib / tk8.4 / demos /
drwxr-xr-x   ..
-rw-r--r-- 2135 README
-rw-r--r-- 8138 arrow.tcl
-rw-r--r-- 3086 bind.tcl
-rw-r--r-- 1627 bitmap.tcl
-rwxr-xr-x 1800 browse
-rw-r--r-- 1484 button.tcl
-rw-r--r-- 1369 check.tcl
-rw-r--r-- 1626 clrpick.tcl
-rw-r--r-- 5193 colors.tcl
-rw-r--r-- 3194 cscroll.tcl
-rw-r--r-- 5068 ctext.tcl
-rw-r--r-- 731 dialog1.tcl
-rw-r--r-- 680 dialog2.tcl
-rw-r--r-- 1583 entry1.tcl
-rw-r--r-- 2309 entry2.tcl
-rw-r--r-- 6181 entry3.tcl
-rw-r--r-- 2293 filebox.tcl
-rw-r--r-- 79359 floor.tcl
-rw-r--r-- 1242 form.tcl
-rwxr-xr-x 550 hello
-rw-r--r-- 1691 hscale.tcl
-rw-r--r-- 2206 icon.tcl
-rw-r--r-- 1148 image1.tcl
-rw-r--r-- 3355 image2.tcl
drwxr-xr-x - images
-rw-r--r-- 9864 items.tcl
-rwxr-xr-x 8209 ixset
-rw-r--r-- 1462 label.tcl
-rw-r--r-- 2087 labelframe.tcl
-rw-r--r-- 2209 license.terms
-rw-r--r-- 6825 menu.tcl
-rw-r--r-- 4531 menubu.tcl
-rw-r--r-- 2175 msgbox.tcl
-rw-r--r-- 1304 paned1.tcl
-rw-r--r-- 2413 paned2.tcl
-rw-r--r-- 2950 plot.tcl
-rw-r--r-- 2801 puzzle.tcl
-rw-r--r-- 2412 radio.tcl
-rwxr-xr-x 5313 rmt
-rwxr-xr-x 8112 rolodex
-rw-r--r-- 5369 ruler.tcl
-rw-r--r-- 2397 sayings.tcl
-rw-r--r-- 4596 search.tcl
-rw-r--r-- 2012 spin.tcl
-rwxr-xr-x 1227 square
-rw-r--r-- 1865 states.tcl
-rw-r--r-- 6962 style.tcl
-rw-r--r-- 4354 tclIndex
-rwxr-xr-x 11542 tcolor
-rw-r--r-- 3638 text.tcl
-rwxr-xr-x 1131 timer
-rw-r--r-- 6753 twind.tcl
-rw-r--r-- 2769 unicodeout.tcl
-rw-r--r-- 1671 vscale.tcl
-rwxr-xr-x 12560 widget
This directory contains a collection of programs to demonstrate
the features of the Tk toolkit.  The programs are all scripts for
"wish", a windowing shell.  If wish has been installed in /usr/local
then you can invoke any of the programs in this directory just
by typing its file name to your command shell.  Otherwise invoke
wish with the file as its first argument, e.g., "wish hello".
The rest of this file contains a brief description of each program.
Files with names ending in ".tcl" are procedure packages used by one
or more of the demo programs;  they can't be used as programs by
themselves so they aren't described below.

hello -		Creates a single button;  if you click on it, a message
		is typed and the application terminates.

widget -	Contains a collection of demonstrations of the widgets
		currently available in the Tk library.  Most of the .tcl
		files are scripts for individual demos available through
		the "widget" program.

ixset -		A simple Tk-based wrapper for the "xset" program, which
		allows you to interactively query and set various X options
		such as mouse acceleration and bell volume.  Thanks to
		Pierre David for contributing this example.

rolodex -	A mock-up of a simple rolodex application.  It has much of
		the user interface for such an application but no back-end
		database.  This program was written in response to Tom
		LaStrange's toolkit benchmark challenge.

tcolor -	A color editor.  Allows you to edit colors in several
		different ways, and will also perform automatic updates
		using "send".

rmt -		Allows you to "hook-up" remotely to any Tk application
		on the display.  Select an application with the menu,
		then just type commands:  they'll go to that application.

timer -		Displays a seconds timer with start and stop buttons.
		Control-c and control-q cause it to exit.

browse -	A simple directory browser.  Invoke it with and argument
		giving the name of the directory you'd like to browse.
		Double-click on files or subdirectories to browse them.
		Control-c and control-q cause the program to exit.

RCS: @(#) $Id: README,v 1.2 1998/09/14 18:23:25 stanton Exp $