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.
egg23333 bf9f29f53b
上传运行环境
5 years ago
..
images 上传运行环境 5 years ago
README 上传运行环境 5 years ago
anilabel.tcl 上传运行环境 5 years ago
aniwave.tcl 上传运行环境 5 years ago
arrow.tcl 上传运行环境 5 years ago
bind.tcl 上传运行环境 5 years ago
bitmap.tcl 上传运行环境 5 years ago
browse 上传运行环境 5 years ago
button.tcl 上传运行环境 5 years ago
check.tcl 上传运行环境 5 years ago
clrpick.tcl 上传运行环境 5 years ago
colors.tcl 上传运行环境 5 years ago
combo.tcl 上传运行环境 5 years ago
cscroll.tcl 上传运行环境 5 years ago
ctext.tcl 上传运行环境 5 years ago
dialog1.tcl 上传运行环境 5 years ago
dialog2.tcl 上传运行环境 5 years ago
en.msg 上传运行环境 5 years ago
entry1.tcl 上传运行环境 5 years ago
entry2.tcl 上传运行环境 5 years ago
entry3.tcl 上传运行环境 5 years ago
filebox.tcl 上传运行环境 5 years ago
floor.tcl 上传运行环境 5 years ago
fontchoose.tcl 上传运行环境 5 years ago
form.tcl 上传运行环境 5 years ago
goldberg.tcl 上传运行环境 5 years ago
hello 上传运行环境 5 years ago
hscale.tcl 上传运行环境 5 years ago
icon.tcl 上传运行环境 5 years ago
image1.tcl 上传运行环境 5 years ago
image2.tcl 上传运行环境 5 years ago
items.tcl 上传运行环境 5 years ago
ixset 上传运行环境 5 years ago
knightstour.tcl 上传运行环境 5 years ago
label.tcl 上传运行环境 5 years ago
labelframe.tcl 上传运行环境 5 years ago
license.terms 上传运行环境 5 years ago
mclist.tcl 上传运行环境 5 years ago
menu.tcl 上传运行环境 5 years ago
menubu.tcl 上传运行环境 5 years ago
msgbox.tcl 上传运行环境 5 years ago
nl.msg 上传运行环境 5 years ago
paned1.tcl 上传运行环境 5 years ago
paned2.tcl 上传运行环境 5 years ago
pendulum.tcl 上传运行环境 5 years ago
plot.tcl 上传运行环境 5 years ago
puzzle.tcl 上传运行环境 5 years ago
radio.tcl 上传运行环境 5 years ago
rmt 上传运行环境 5 years ago
rolodex 上传运行环境 5 years ago
ruler.tcl 上传运行环境 5 years ago
sayings.tcl 上传运行环境 5 years ago
search.tcl 上传运行环境 5 years ago
spin.tcl 上传运行环境 5 years ago
square 上传运行环境 5 years ago
states.tcl 上传运行环境 5 years ago
style.tcl 上传运行环境 5 years ago
tclIndex 上传运行环境 5 years ago
tcolor 上传运行环境 5 years ago
text.tcl 上传运行环境 5 years ago
textpeer.tcl 上传运行环境 5 years ago
timer 上传运行环境 5 years ago
toolbar.tcl 上传运行环境 5 years ago
tree.tcl 上传运行环境 5 years ago
ttkbut.tcl 上传运行环境 5 years ago
ttkmenu.tcl 上传运行环境 5 years ago
ttknote.tcl 上传运行环境 5 years ago
ttkpane.tcl 上传运行环境 5 years ago
ttkprogress.tcl 上传运行环境 5 years ago
ttkscale.tcl 上传运行环境 5 years ago
twind.tcl 上传运行环境 5 years ago
unicodeout.tcl 上传运行环境 5 years ago
vscale.tcl 上传运行环境 5 years ago
widget 上传运行环境 5 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.