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

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.