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

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.