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

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.