1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/arduino-0018-windows/hardware/tools/avr/share/tk8.4/demos
2010-03-30 21:53:44 +02:00
..
images arduino-0018-windows 2010-03-30 21:53:44 +02:00
arrow.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
bind.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
bitmap.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
browse arduino-0018-windows 2010-03-30 21:53:44 +02:00
button.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
check.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
clrpick.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
colors.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
cscroll.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
ctext.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
dialog1.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
dialog2.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
entry1.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
entry2.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
entry3.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
filebox.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
floor.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
form.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
hello arduino-0018-windows 2010-03-30 21:53:44 +02:00
hscale.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
icon.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
image1.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
image2.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
items.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
ixset arduino-0018-windows 2010-03-30 21:53:44 +02:00
label.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
labelframe.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
license.terms arduino-0018-windows 2010-03-30 21:53:44 +02:00
menu.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
menubu.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
msgbox.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
paned1.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
paned2.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
plot.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
puzzle.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
radio.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
README arduino-0018-windows 2010-03-30 21:53:44 +02:00
rmt arduino-0018-windows 2010-03-30 21:53:44 +02:00
rolodex arduino-0018-windows 2010-03-30 21:53:44 +02:00
ruler.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
sayings.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
search.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
spin.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
square arduino-0018-windows 2010-03-30 21:53:44 +02:00
states.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
style.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
tclIndex arduino-0018-windows 2010-03-30 21:53:44 +02:00
tcolor arduino-0018-windows 2010-03-30 21:53:44 +02:00
text.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
timer arduino-0018-windows 2010-03-30 21:53:44 +02:00
twind.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
vscale.tcl arduino-0018-windows 2010-03-30 21:53:44 +02:00
widget arduino-0018-windows 2010-03-30 21:53:44 +02:00

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 in /usr/local
then you can invoke any of the programs in this directory just
by typing its file name to your command shell.  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.

RCS: @(#) $Id: README,v 1.2 1998/09/14 18:23:25 stanton Exp $