You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhanglei fc85b58ecb initial commit 3 months ago
..
images initial commit 3 months ago
README initial commit 3 months ago
anilabel.tcl initial commit 3 months ago
aniwave.tcl initial commit 3 months ago
arrow.tcl initial commit 3 months ago
bind.tcl initial commit 3 months ago
bitmap.tcl initial commit 3 months ago
browse initial commit 3 months ago
button.tcl initial commit 3 months ago
check.tcl initial commit 3 months ago
clrpick.tcl initial commit 3 months ago
colors.tcl initial commit 3 months ago
combo.tcl initial commit 3 months ago
cscroll.tcl initial commit 3 months ago
ctext.tcl initial commit 3 months ago
dialog1.tcl initial commit 3 months ago
dialog2.tcl initial commit 3 months ago
en.msg initial commit 3 months ago
entry1.tcl initial commit 3 months ago
entry2.tcl initial commit 3 months ago
entry3.tcl initial commit 3 months ago
filebox.tcl initial commit 3 months ago
floor.tcl initial commit 3 months ago
fontchoose.tcl initial commit 3 months ago
form.tcl initial commit 3 months ago
goldberg.tcl initial commit 3 months ago
hello initial commit 3 months ago
hscale.tcl initial commit 3 months ago
icon.tcl initial commit 3 months ago
image1.tcl initial commit 3 months ago
image2.tcl initial commit 3 months ago
items.tcl initial commit 3 months ago
ixset initial commit 3 months ago
knightstour.tcl initial commit 3 months ago
label.tcl initial commit 3 months ago
labelframe.tcl initial commit 3 months ago
license.terms initial commit 3 months ago
mclist.tcl initial commit 3 months ago
menu.tcl initial commit 3 months ago
menubu.tcl initial commit 3 months ago
msgbox.tcl initial commit 3 months ago
nl.msg initial commit 3 months ago
paned1.tcl initial commit 3 months ago
paned2.tcl initial commit 3 months ago
pendulum.tcl initial commit 3 months ago
plot.tcl initial commit 3 months ago
puzzle.tcl initial commit 3 months ago
radio.tcl initial commit 3 months ago
rmt initial commit 3 months ago
rolodex initial commit 3 months ago
ruler.tcl initial commit 3 months ago
sayings.tcl initial commit 3 months ago
search.tcl initial commit 3 months ago
spin.tcl initial commit 3 months ago
square initial commit 3 months ago
states.tcl initial commit 3 months ago
style.tcl initial commit 3 months ago
tclIndex initial commit 3 months ago
tcolor initial commit 3 months ago
text.tcl initial commit 3 months ago
textpeer.tcl initial commit 3 months ago
timer initial commit 3 months ago
toolbar.tcl initial commit 3 months ago
tree.tcl initial commit 3 months ago
ttkbut.tcl initial commit 3 months ago
ttkmenu.tcl initial commit 3 months ago
ttknote.tcl initial commit 3 months ago
ttkpane.tcl initial commit 3 months ago
ttkprogress.tcl initial commit 3 months ago
ttkscale.tcl initial commit 3 months ago
ttkspin.tcl initial commit 3 months ago
twind.tcl initial commit 3 months ago
unicodeout.tcl initial commit 3 months ago
vscale.tcl initial commit 3 months ago
widget initial commit 3 months ago

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.