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.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/tcl/tk8.6/demos
root ee22027d4f
fix rights to 755 (linux actual)
2 years ago
..
images fix rights to 755 (linux actual) 2 years ago
README fix rights to 755 (linux actual) 2 years ago
anilabel.tcl fix rights to 755 (linux actual) 2 years ago
aniwave.tcl fix rights to 755 (linux actual) 2 years ago
arrow.tcl fix rights to 755 (linux actual) 2 years ago
bind.tcl fix rights to 755 (linux actual) 2 years ago
bitmap.tcl fix rights to 755 (linux actual) 2 years ago
browse fix rights to 755 (linux actual) 2 years ago
button.tcl fix rights to 755 (linux actual) 2 years ago
check.tcl fix rights to 755 (linux actual) 2 years ago
clrpick.tcl fix rights to 755 (linux actual) 2 years ago
colors.tcl fix rights to 755 (linux actual) 2 years ago
combo.tcl fix rights to 755 (linux actual) 2 years ago
cscroll.tcl fix rights to 755 (linux actual) 2 years ago
ctext.tcl fix rights to 755 (linux actual) 2 years ago
dialog1.tcl fix rights to 755 (linux actual) 2 years ago
dialog2.tcl fix rights to 755 (linux actual) 2 years ago
en.msg fix rights to 755 (linux actual) 2 years ago
entry1.tcl fix rights to 755 (linux actual) 2 years ago
entry2.tcl fix rights to 755 (linux actual) 2 years ago
entry3.tcl fix rights to 755 (linux actual) 2 years ago
filebox.tcl fix rights to 755 (linux actual) 2 years ago
floor.tcl fix rights to 755 (linux actual) 2 years ago
fontchoose.tcl fix rights to 755 (linux actual) 2 years ago
form.tcl fix rights to 755 (linux actual) 2 years ago
goldberg.tcl fix rights to 755 (linux actual) 2 years ago
hello fix rights to 755 (linux actual) 2 years ago
hscale.tcl fix rights to 755 (linux actual) 2 years ago
icon.tcl fix rights to 755 (linux actual) 2 years ago
image1.tcl fix rights to 755 (linux actual) 2 years ago
image2.tcl fix rights to 755 (linux actual) 2 years ago
items.tcl fix rights to 755 (linux actual) 2 years ago
ixset fix rights to 755 (linux actual) 2 years ago
knightstour.tcl fix rights to 755 (linux actual) 2 years ago
label.tcl fix rights to 755 (linux actual) 2 years ago
labelframe.tcl fix rights to 755 (linux actual) 2 years ago
license.terms fix rights to 755 (linux actual) 2 years ago
mclist.tcl fix rights to 755 (linux actual) 2 years ago
menu.tcl fix rights to 755 (linux actual) 2 years ago
menubu.tcl fix rights to 755 (linux actual) 2 years ago
msgbox.tcl fix rights to 755 (linux actual) 2 years ago
nl.msg fix rights to 755 (linux actual) 2 years ago
paned1.tcl fix rights to 755 (linux actual) 2 years ago
paned2.tcl fix rights to 755 (linux actual) 2 years ago
pendulum.tcl fix rights to 755 (linux actual) 2 years ago
plot.tcl fix rights to 755 (linux actual) 2 years ago
puzzle.tcl fix rights to 755 (linux actual) 2 years ago
radio.tcl fix rights to 755 (linux actual) 2 years ago
rmt fix rights to 755 (linux actual) 2 years ago
rolodex fix rights to 755 (linux actual) 2 years ago
ruler.tcl fix rights to 755 (linux actual) 2 years ago
sayings.tcl fix rights to 755 (linux actual) 2 years ago
search.tcl fix rights to 755 (linux actual) 2 years ago
spin.tcl fix rights to 755 (linux actual) 2 years ago
square fix rights to 755 (linux actual) 2 years ago
states.tcl fix rights to 755 (linux actual) 2 years ago
style.tcl fix rights to 755 (linux actual) 2 years ago
tclIndex fix rights to 755 (linux actual) 2 years ago
tcolor fix rights to 755 (linux actual) 2 years ago
text.tcl fix rights to 755 (linux actual) 2 years ago
textpeer.tcl fix rights to 755 (linux actual) 2 years ago
timer fix rights to 755 (linux actual) 2 years ago
toolbar.tcl fix rights to 755 (linux actual) 2 years ago
tree.tcl fix rights to 755 (linux actual) 2 years ago
ttkbut.tcl fix rights to 755 (linux actual) 2 years ago
ttkmenu.tcl fix rights to 755 (linux actual) 2 years ago
ttknote.tcl fix rights to 755 (linux actual) 2 years ago
ttkpane.tcl fix rights to 755 (linux actual) 2 years ago
ttkprogress.tcl fix rights to 755 (linux actual) 2 years ago
ttkscale.tcl fix rights to 755 (linux actual) 2 years ago
twind.tcl fix rights to 755 (linux actual) 2 years ago
unicodeout.tcl fix rights to 755 (linux actual) 2 years ago
vscale.tcl fix rights to 755 (linux actual) 2 years ago
widget fix rights to 755 (linux actual) 2 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.