mopybird 144334abef first commit 2 lat temu
..
images 144334abef first commit 2 lat temu
README 144334abef first commit 2 lat temu
anilabel.tcl 144334abef first commit 2 lat temu
aniwave.tcl 144334abef first commit 2 lat temu
arrow.tcl 144334abef first commit 2 lat temu
bind.tcl 144334abef first commit 2 lat temu
bitmap.tcl 144334abef first commit 2 lat temu
browse 144334abef first commit 2 lat temu
button.tcl 144334abef first commit 2 lat temu
check.tcl 144334abef first commit 2 lat temu
clrpick.tcl 144334abef first commit 2 lat temu
colors.tcl 144334abef first commit 2 lat temu
combo.tcl 144334abef first commit 2 lat temu
cscroll.tcl 144334abef first commit 2 lat temu
ctext.tcl 144334abef first commit 2 lat temu
dialog1.tcl 144334abef first commit 2 lat temu
dialog2.tcl 144334abef first commit 2 lat temu
en.msg 144334abef first commit 2 lat temu
entry1.tcl 144334abef first commit 2 lat temu
entry2.tcl 144334abef first commit 2 lat temu
entry3.tcl 144334abef first commit 2 lat temu
filebox.tcl 144334abef first commit 2 lat temu
floor.tcl 144334abef first commit 2 lat temu
form.tcl 144334abef first commit 2 lat temu
goldberg.tcl 144334abef first commit 2 lat temu
hello 144334abef first commit 2 lat temu
hscale.tcl 144334abef first commit 2 lat temu
icon.tcl 144334abef first commit 2 lat temu
image1.tcl 144334abef first commit 2 lat temu
image2.tcl 144334abef first commit 2 lat temu
items.tcl 144334abef first commit 2 lat temu
ixset 144334abef first commit 2 lat temu
knightstour.tcl 144334abef first commit 2 lat temu
label.tcl 144334abef first commit 2 lat temu
labelframe.tcl 144334abef first commit 2 lat temu
license.terms 144334abef first commit 2 lat temu
mclist.tcl 144334abef first commit 2 lat temu
menu.tcl 144334abef first commit 2 lat temu
menubu.tcl 144334abef first commit 2 lat temu
msgbox.tcl 144334abef first commit 2 lat temu
nl.msg 144334abef first commit 2 lat temu
paned1.tcl 144334abef first commit 2 lat temu
paned2.tcl 144334abef first commit 2 lat temu
pendulum.tcl 144334abef first commit 2 lat temu
plot.tcl 144334abef first commit 2 lat temu
puzzle.tcl 144334abef first commit 2 lat temu
radio.tcl 144334abef first commit 2 lat temu
rmt 144334abef first commit 2 lat temu
rolodex 144334abef first commit 2 lat temu
ruler.tcl 144334abef first commit 2 lat temu
sayings.tcl 144334abef first commit 2 lat temu
search.tcl 144334abef first commit 2 lat temu
spin.tcl 144334abef first commit 2 lat temu
square 144334abef first commit 2 lat temu
states.tcl 144334abef first commit 2 lat temu
style.tcl 144334abef first commit 2 lat temu
tclIndex 144334abef first commit 2 lat temu
tcolor 144334abef first commit 2 lat temu
text.tcl 144334abef first commit 2 lat temu
textpeer.tcl 144334abef first commit 2 lat temu
timer 144334abef first commit 2 lat temu
toolbar.tcl 144334abef first commit 2 lat temu
tree.tcl 144334abef first commit 2 lat temu
ttkbut.tcl 144334abef first commit 2 lat temu
ttkmenu.tcl 144334abef first commit 2 lat temu
ttknote.tcl 144334abef first commit 2 lat temu
ttkpane.tcl 144334abef first commit 2 lat temu
ttkprogress.tcl 144334abef first commit 2 lat temu
ttkscale.tcl 144334abef first commit 2 lat temu
twind.tcl 144334abef first commit 2 lat temu
unicodeout.tcl 144334abef first commit 2 lat temu
vscale.tcl 144334abef first commit 2 lat temu
widget 144334abef first commit 2 lat temu

README

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 on your path
then you can invoke any of the programs in this directory just
by typing its file name to your command shell under Unix. 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.