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