mopybird 144334abef first commit před 2 roky
..
images 144334abef first commit před 2 roky
README 144334abef first commit před 2 roky
anilabel.tcl 144334abef first commit před 2 roky
aniwave.tcl 144334abef first commit před 2 roky
arrow.tcl 144334abef first commit před 2 roky
bind.tcl 144334abef first commit před 2 roky
bitmap.tcl 144334abef first commit před 2 roky
browse 144334abef first commit před 2 roky
button.tcl 144334abef first commit před 2 roky
check.tcl 144334abef first commit před 2 roky
clrpick.tcl 144334abef first commit před 2 roky
colors.tcl 144334abef first commit před 2 roky
combo.tcl 144334abef first commit před 2 roky
cscroll.tcl 144334abef first commit před 2 roky
ctext.tcl 144334abef first commit před 2 roky
dialog1.tcl 144334abef first commit před 2 roky
dialog2.tcl 144334abef first commit před 2 roky
en.msg 144334abef first commit před 2 roky
entry1.tcl 144334abef first commit před 2 roky
entry2.tcl 144334abef first commit před 2 roky
entry3.tcl 144334abef first commit před 2 roky
filebox.tcl 144334abef first commit před 2 roky
floor.tcl 144334abef first commit před 2 roky
form.tcl 144334abef first commit před 2 roky
goldberg.tcl 144334abef first commit před 2 roky
hello 144334abef first commit před 2 roky
hscale.tcl 144334abef first commit před 2 roky
icon.tcl 144334abef first commit před 2 roky
image1.tcl 144334abef first commit před 2 roky
image2.tcl 144334abef first commit před 2 roky
items.tcl 144334abef first commit před 2 roky
ixset 144334abef first commit před 2 roky
knightstour.tcl 144334abef first commit před 2 roky
label.tcl 144334abef first commit před 2 roky
labelframe.tcl 144334abef first commit před 2 roky
license.terms 144334abef first commit před 2 roky
mclist.tcl 144334abef first commit před 2 roky
menu.tcl 144334abef first commit před 2 roky
menubu.tcl 144334abef first commit před 2 roky
msgbox.tcl 144334abef first commit před 2 roky
nl.msg 144334abef first commit před 2 roky
paned1.tcl 144334abef first commit před 2 roky
paned2.tcl 144334abef first commit před 2 roky
pendulum.tcl 144334abef first commit před 2 roky
plot.tcl 144334abef first commit před 2 roky
puzzle.tcl 144334abef first commit před 2 roky
radio.tcl 144334abef first commit před 2 roky
rmt 144334abef first commit před 2 roky
rolodex 144334abef first commit před 2 roky
ruler.tcl 144334abef first commit před 2 roky
sayings.tcl 144334abef first commit před 2 roky
search.tcl 144334abef first commit před 2 roky
spin.tcl 144334abef first commit před 2 roky
square 144334abef first commit před 2 roky
states.tcl 144334abef first commit před 2 roky
style.tcl 144334abef first commit před 2 roky
tclIndex 144334abef first commit před 2 roky
tcolor 144334abef first commit před 2 roky
text.tcl 144334abef first commit před 2 roky
textpeer.tcl 144334abef first commit před 2 roky
timer 144334abef first commit před 2 roky
toolbar.tcl 144334abef first commit před 2 roky
tree.tcl 144334abef first commit před 2 roky
ttkbut.tcl 144334abef first commit před 2 roky
ttkmenu.tcl 144334abef first commit před 2 roky
ttknote.tcl 144334abef first commit před 2 roky
ttkpane.tcl 144334abef first commit před 2 roky
ttkprogress.tcl 144334abef first commit před 2 roky
ttkscale.tcl 144334abef first commit před 2 roky
twind.tcl 144334abef first commit před 2 roky
unicodeout.tcl 144334abef first commit před 2 roky
vscale.tcl 144334abef first commit před 2 roky
widget 144334abef first commit před 2 roky

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.