SpielBackupAlt/addons/pythonscript/x11-64/lib/tk8.6/demos
Avci 2213560b83 BEGIN 2024-12-26 15:54:06 +01:00
..
images BEGIN 2024-12-26 15:54:06 +01:00
README BEGIN 2024-12-26 15:54:06 +01:00
anilabel.tcl BEGIN 2024-12-26 15:54:06 +01:00
aniwave.tcl BEGIN 2024-12-26 15:54:06 +01:00
arrow.tcl BEGIN 2024-12-26 15:54:06 +01:00
bind.tcl BEGIN 2024-12-26 15:54:06 +01:00
bitmap.tcl BEGIN 2024-12-26 15:54:06 +01:00
browse BEGIN 2024-12-26 15:54:06 +01:00
button.tcl BEGIN 2024-12-26 15:54:06 +01:00
check.tcl BEGIN 2024-12-26 15:54:06 +01:00
clrpick.tcl BEGIN 2024-12-26 15:54:06 +01:00
colors.tcl BEGIN 2024-12-26 15:54:06 +01:00
combo.tcl BEGIN 2024-12-26 15:54:06 +01:00
cscroll.tcl BEGIN 2024-12-26 15:54:06 +01:00
ctext.tcl BEGIN 2024-12-26 15:54:06 +01:00
dialog1.tcl BEGIN 2024-12-26 15:54:06 +01:00
dialog2.tcl BEGIN 2024-12-26 15:54:06 +01:00
en.msg BEGIN 2024-12-26 15:54:06 +01:00
entry1.tcl BEGIN 2024-12-26 15:54:06 +01:00
entry2.tcl BEGIN 2024-12-26 15:54:06 +01:00
entry3.tcl BEGIN 2024-12-26 15:54:06 +01:00
filebox.tcl BEGIN 2024-12-26 15:54:06 +01:00
floor.tcl BEGIN 2024-12-26 15:54:06 +01:00
fontchoose.tcl BEGIN 2024-12-26 15:54:06 +01:00
form.tcl BEGIN 2024-12-26 15:54:06 +01:00
goldberg.tcl BEGIN 2024-12-26 15:54:06 +01:00
hello BEGIN 2024-12-26 15:54:06 +01:00
hscale.tcl BEGIN 2024-12-26 15:54:06 +01:00
icon.tcl BEGIN 2024-12-26 15:54:06 +01:00
image1.tcl BEGIN 2024-12-26 15:54:06 +01:00
image2.tcl BEGIN 2024-12-26 15:54:06 +01:00
items.tcl BEGIN 2024-12-26 15:54:06 +01:00
ixset BEGIN 2024-12-26 15:54:06 +01:00
knightstour.tcl BEGIN 2024-12-26 15:54:06 +01:00
label.tcl BEGIN 2024-12-26 15:54:06 +01:00
labelframe.tcl BEGIN 2024-12-26 15:54:06 +01:00
license.terms BEGIN 2024-12-26 15:54:06 +01:00
mclist.tcl BEGIN 2024-12-26 15:54:06 +01:00
menu.tcl BEGIN 2024-12-26 15:54:06 +01:00
menubu.tcl BEGIN 2024-12-26 15:54:06 +01:00
msgbox.tcl BEGIN 2024-12-26 15:54:06 +01:00
nl.msg BEGIN 2024-12-26 15:54:06 +01:00
paned1.tcl BEGIN 2024-12-26 15:54:06 +01:00
paned2.tcl BEGIN 2024-12-26 15:54:06 +01:00
pendulum.tcl BEGIN 2024-12-26 15:54:06 +01:00
plot.tcl BEGIN 2024-12-26 15:54:06 +01:00
puzzle.tcl BEGIN 2024-12-26 15:54:06 +01:00
radio.tcl BEGIN 2024-12-26 15:54:06 +01:00
rmt BEGIN 2024-12-26 15:54:06 +01:00
rolodex BEGIN 2024-12-26 15:54:06 +01:00
ruler.tcl BEGIN 2024-12-26 15:54:06 +01:00
sayings.tcl BEGIN 2024-12-26 15:54:06 +01:00
search.tcl BEGIN 2024-12-26 15:54:06 +01:00
spin.tcl BEGIN 2024-12-26 15:54:06 +01:00
states.tcl BEGIN 2024-12-26 15:54:06 +01:00
style.tcl BEGIN 2024-12-26 15:54:06 +01:00
tclIndex BEGIN 2024-12-26 15:54:06 +01:00
tcolor BEGIN 2024-12-26 15:54:06 +01:00
text.tcl BEGIN 2024-12-26 15:54:06 +01:00
textpeer.tcl BEGIN 2024-12-26 15:54:06 +01:00
timer BEGIN 2024-12-26 15:54:06 +01:00
toolbar.tcl BEGIN 2024-12-26 15:54:06 +01:00
tree.tcl BEGIN 2024-12-26 15:54:06 +01:00
ttkbut.tcl BEGIN 2024-12-26 15:54:06 +01:00
ttkmenu.tcl BEGIN 2024-12-26 15:54:06 +01:00
ttknote.tcl BEGIN 2024-12-26 15:54:06 +01:00
ttkpane.tcl BEGIN 2024-12-26 15:54:06 +01:00
ttkprogress.tcl BEGIN 2024-12-26 15:54:06 +01:00
ttkscale.tcl BEGIN 2024-12-26 15:54:06 +01:00
twind.tcl BEGIN 2024-12-26 15:54:06 +01:00
unicodeout.tcl BEGIN 2024-12-26 15:54:06 +01:00
vscale.tcl BEGIN 2024-12-26 15:54:06 +01:00
widget BEGIN 2024-12-26 15:54:06 +01:00

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.