domopy b3f9a0f15c 首次提交 5 months ago
..
images b3f9a0f15c 首次提交 5 months ago
README b3f9a0f15c 首次提交 5 months ago
anilabel.tcl b3f9a0f15c 首次提交 5 months ago
aniwave.tcl b3f9a0f15c 首次提交 5 months ago
arrow.tcl b3f9a0f15c 首次提交 5 months ago
bind.tcl b3f9a0f15c 首次提交 5 months ago
bitmap.tcl b3f9a0f15c 首次提交 5 months ago
browse b3f9a0f15c 首次提交 5 months ago
button.tcl b3f9a0f15c 首次提交 5 months ago
check.tcl b3f9a0f15c 首次提交 5 months ago
clrpick.tcl b3f9a0f15c 首次提交 5 months ago
colors.tcl b3f9a0f15c 首次提交 5 months ago
combo.tcl b3f9a0f15c 首次提交 5 months ago
cscroll.tcl b3f9a0f15c 首次提交 5 months ago
ctext.tcl b3f9a0f15c 首次提交 5 months ago
dialog1.tcl b3f9a0f15c 首次提交 5 months ago
dialog2.tcl b3f9a0f15c 首次提交 5 months ago
en.msg b3f9a0f15c 首次提交 5 months ago
entry1.tcl b3f9a0f15c 首次提交 5 months ago
entry2.tcl b3f9a0f15c 首次提交 5 months ago
entry3.tcl b3f9a0f15c 首次提交 5 months ago
filebox.tcl b3f9a0f15c 首次提交 5 months ago
floor.tcl b3f9a0f15c 首次提交 5 months ago
fontchoose.tcl b3f9a0f15c 首次提交 5 months ago
form.tcl b3f9a0f15c 首次提交 5 months ago
goldberg.tcl b3f9a0f15c 首次提交 5 months ago
hello b3f9a0f15c 首次提交 5 months ago
hscale.tcl b3f9a0f15c 首次提交 5 months ago
icon.tcl b3f9a0f15c 首次提交 5 months ago
image1.tcl b3f9a0f15c 首次提交 5 months ago
image2.tcl b3f9a0f15c 首次提交 5 months ago
items.tcl b3f9a0f15c 首次提交 5 months ago
ixset b3f9a0f15c 首次提交 5 months ago
knightstour.tcl b3f9a0f15c 首次提交 5 months ago
label.tcl b3f9a0f15c 首次提交 5 months ago
labelframe.tcl b3f9a0f15c 首次提交 5 months ago
license.terms b3f9a0f15c 首次提交 5 months ago
mclist.tcl b3f9a0f15c 首次提交 5 months ago
menu.tcl b3f9a0f15c 首次提交 5 months ago
menubu.tcl b3f9a0f15c 首次提交 5 months ago
msgbox.tcl b3f9a0f15c 首次提交 5 months ago
nl.msg b3f9a0f15c 首次提交 5 months ago
paned1.tcl b3f9a0f15c 首次提交 5 months ago
paned2.tcl b3f9a0f15c 首次提交 5 months ago
pendulum.tcl b3f9a0f15c 首次提交 5 months ago
plot.tcl b3f9a0f15c 首次提交 5 months ago
puzzle.tcl b3f9a0f15c 首次提交 5 months ago
radio.tcl b3f9a0f15c 首次提交 5 months ago
rmt b3f9a0f15c 首次提交 5 months ago
rolodex b3f9a0f15c 首次提交 5 months ago
ruler.tcl b3f9a0f15c 首次提交 5 months ago
sayings.tcl b3f9a0f15c 首次提交 5 months ago
search.tcl b3f9a0f15c 首次提交 5 months ago
spin.tcl b3f9a0f15c 首次提交 5 months ago
square b3f9a0f15c 首次提交 5 months ago
states.tcl b3f9a0f15c 首次提交 5 months ago
style.tcl b3f9a0f15c 首次提交 5 months ago
tclIndex b3f9a0f15c 首次提交 5 months ago
tcolor b3f9a0f15c 首次提交 5 months ago
text.tcl b3f9a0f15c 首次提交 5 months ago
textpeer.tcl b3f9a0f15c 首次提交 5 months ago
timer b3f9a0f15c 首次提交 5 months ago
toolbar.tcl b3f9a0f15c 首次提交 5 months ago
tree.tcl b3f9a0f15c 首次提交 5 months ago
ttkbut.tcl b3f9a0f15c 首次提交 5 months ago
ttkmenu.tcl b3f9a0f15c 首次提交 5 months ago
ttknote.tcl b3f9a0f15c 首次提交 5 months ago
ttkpane.tcl b3f9a0f15c 首次提交 5 months ago
ttkprogress.tcl b3f9a0f15c 首次提交 5 months ago
ttkscale.tcl b3f9a0f15c 首次提交 5 months ago
twind.tcl b3f9a0f15c 首次提交 5 months ago
unicodeout.tcl b3f9a0f15c 首次提交 5 months ago
vscale.tcl b3f9a0f15c 首次提交 5 months ago
widget b3f9a0f15c 首次提交 5 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.