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

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.