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

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.