• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

images/H03-May-2022-

READMEH A D09-Nov-20172.1 KiB4737

arrow.tclH A D09-Nov-20177.8 KiB235165

bind.tclH A D09-Nov-20172.9 KiB7655

bitmap.tclH A D09-Nov-20171.5 KiB5231

browseH A D09-Nov-20171.6 KiB5730

button.tclH A D09-Nov-20171.3 KiB3322

check.tclH A D09-Nov-20171.2 KiB3019

clrpick.tclH A D09-Nov-20171.5 KiB5340

colors.tclH A D09-Nov-20175 KiB9884

cscroll.tclH A D09-Nov-20173 KiB9375

ctext.tclH A D09-Nov-20174.9 KiB143109

dialog1.tclH A D09-Nov-2017709 168

dialog2.tclH A D09-Nov-2017661 2012

entry1.tclH A D09-Nov-20171.5 KiB3321

entry2.tclH A D09-Nov-20172.2 KiB4532

filebox.tclH A D09-Nov-20172 KiB6752

floor.tclH A D09-Nov-201777.4 KiB1,3671,228

form.tclH A D09-Nov-20171.1 KiB3726

helloH A D09-Nov-2017490 195

hscale.tclH A D09-Nov-20171.5 KiB4432

icon.tclH A D09-Nov-20172 KiB4936

image1.tclH A D09-Nov-20171 KiB3321

image2.tclH A D09-Nov-20172.4 KiB7744

items.tclH A D09-Nov-20179.6 KiB282230

ixsetH A D09-Nov-20177.3 KiB313178

label.tclH A D09-Nov-20171.3 KiB3724

license.termsH A D09-Nov-20172.2 KiB4035

menu.tclH A D09-Nov-20175 KiB122102

msgbox.tclH A D09-Nov-20172 KiB6246

plot.tclH A D09-Nov-20172.8 KiB9560

puzzle.tclH A D09-Nov-20172.3 KiB7049

radio.tclH A D09-Nov-20171.5 KiB4129

rmtH A D09-Nov-20175.2 KiB206146

rolodexH A D09-Nov-20177.9 KiB197146

ruler.tclH A D09-Nov-20175.1 KiB170107

sayings.tclH A D09-Nov-20172.2 KiB4326

search.tclH A D09-Nov-20174.4 KiB13885

squareH A D09-Nov-20171.2 KiB5631

states.tclH A D09-Nov-20171.7 KiB4229

style.tclH A D09-Nov-20176.8 KiB152138

tclIndexH A D09-Nov-20174.3 KiB6866

tcolorH A D09-Nov-201711.2 KiB360266

text.tclH A D09-Nov-20173.2 KiB7355

timerH A D09-Nov-2017906 4129

twind.tclH A D09-Nov-20176.5 KiB193165

vscale.tclH A D09-Nov-20171.5 KiB4533

widgetH A D09-Nov-201713.1 KiB377276

README

1This directory contains a collection of programs to demonstrate
2the features of the Tk toolkit.  The programs are all scripts for
3"wish", a windowing shell.  If wish has been installed in /usr/local
4then you can invoke any of the programs in this directory just
5by typing its file name to your command shell.  Otherwise invoke
6wish with the file as its first argument, e.g., "wish hello".
7The rest of this file contains a brief description of each program.
8Files with names ending in ".tcl" are procedure packages used by one
9or more of the demo programs;  they can't be used as programs by
10themselves so they aren't described below.
11
12hello -		Creates a single button;  if you click on it, a message
13		is typed and the application terminates.
14
15widget -	Contains a collection of demonstrations of the widgets
16		currently available in the Tk library.  Most of the .tcl
17		files are scripts for individual demos available through
18		the "widget" program.
19
20ixset -		A simple Tk-based wrapper for the "xset" program, which
21		allows you to interactively query and set various X options
22		such as mouse acceleration and bell volume.  Thanks to
23		Pierre David for contributing this example.
24
25rolodex -	A mock-up of a simple rolodex application.  It has much of
26		the user interface for such an application but no back-end
27		database.  This program was written in response to Tom
28		LaStrange's toolkit benchmark challenge.
29
30tcolor -	A color editor.  Allows you to edit colors in several
31		different ways, and will also perform automatic updates
32		using "send".
33
34rmt -		Allows you to "hook-up" remotely to any Tk application
35		on the display.  Select an application with the menu,
36		then just type commands:  they'll go to that application.
37
38timer -		Displays a seconds timer with start and stop buttons.
39		Control-c and control-q cause it to exit.
40
41browse -	A simple directory browser.  Invoke it with and argument
42		giving the name of the directory you'd like to browse.
43		Double-click on files or subdirectories to browse them.
44		Control-c and control-q cause the program to exit.
45
46sccs id = SCCS: @(#) README 1.3 96/02/16 10:49:14
47