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