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

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.