You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simonyan 72efd24dfb 1、初始化各种库; 3 weeks ago
..
images 1、初始化各种库; 3 weeks ago
README 1、初始化各种库; 3 weeks ago
anilabel.tcl 1、初始化各种库; 3 weeks ago
aniwave.tcl 1、初始化各种库; 3 weeks ago
arrow.tcl 1、初始化各种库; 3 weeks ago
bind.tcl 1、初始化各种库; 3 weeks ago
bitmap.tcl 1、初始化各种库; 3 weeks ago
browse 1、初始化各种库; 3 weeks ago
button.tcl 1、初始化各种库; 3 weeks ago
check.tcl 1、初始化各种库; 3 weeks ago
clrpick.tcl 1、初始化各种库; 3 weeks ago
colors.tcl 1、初始化各种库; 3 weeks ago
combo.tcl 1、初始化各种库; 3 weeks ago
cscroll.tcl 1、初始化各种库; 3 weeks ago
ctext.tcl 1、初始化各种库; 3 weeks ago
dialog1.tcl 1、初始化各种库; 3 weeks ago
dialog2.tcl 1、初始化各种库; 3 weeks ago
en.msg 1、初始化各种库; 3 weeks ago
entry1.tcl 1、初始化各种库; 3 weeks ago
entry2.tcl 1、初始化各种库; 3 weeks ago
entry3.tcl 1、初始化各种库; 3 weeks ago
filebox.tcl 1、初始化各种库; 3 weeks ago
floor.tcl 1、初始化各种库; 3 weeks ago
fontchoose.tcl 1、初始化各种库; 3 weeks ago
form.tcl 1、初始化各种库; 3 weeks ago
goldberg.tcl 1、初始化各种库; 3 weeks ago
hello 1、初始化各种库; 3 weeks ago
hscale.tcl 1、初始化各种库; 3 weeks ago
icon.tcl 1、初始化各种库; 3 weeks ago
image1.tcl 1、初始化各种库; 3 weeks ago
image2.tcl 1、初始化各种库; 3 weeks ago
items.tcl 1、初始化各种库; 3 weeks ago
ixset 1、初始化各种库; 3 weeks ago
knightstour.tcl 1、初始化各种库; 3 weeks ago
label.tcl 1、初始化各种库; 3 weeks ago
labelframe.tcl 1、初始化各种库; 3 weeks ago
license.terms 1、初始化各种库; 3 weeks ago
mclist.tcl 1、初始化各种库; 3 weeks ago
menu.tcl 1、初始化各种库; 3 weeks ago
menubu.tcl 1、初始化各种库; 3 weeks ago
msgbox.tcl 1、初始化各种库; 3 weeks ago
nl.msg 1、初始化各种库; 3 weeks ago
paned1.tcl 1、初始化各种库; 3 weeks ago
paned2.tcl 1、初始化各种库; 3 weeks ago
pendulum.tcl 1、初始化各种库; 3 weeks ago
plot.tcl 1、初始化各种库; 3 weeks ago
puzzle.tcl 1、初始化各种库; 3 weeks ago
radio.tcl 1、初始化各种库; 3 weeks ago
rmt 1、初始化各种库; 3 weeks ago
rolodex 1、初始化各种库; 3 weeks ago
ruler.tcl 1、初始化各种库; 3 weeks ago
sayings.tcl 1、初始化各种库; 3 weeks ago
search.tcl 1、初始化各种库; 3 weeks ago
spin.tcl 1、初始化各种库; 3 weeks ago
square 1、初始化各种库; 3 weeks ago
states.tcl 1、初始化各种库; 3 weeks ago
style.tcl 1、初始化各种库; 3 weeks ago
tclIndex 1、初始化各种库; 3 weeks ago
tcolor 1、初始化各种库; 3 weeks ago
text.tcl 1、初始化各种库; 3 weeks ago
textpeer.tcl 1、初始化各种库; 3 weeks ago
timer 1、初始化各种库; 3 weeks ago
toolbar.tcl 1、初始化各种库; 3 weeks ago
tree.tcl 1、初始化各种库; 3 weeks ago
ttkbut.tcl 1、初始化各种库; 3 weeks ago
ttkmenu.tcl 1、初始化各种库; 3 weeks ago
ttknote.tcl 1、初始化各种库; 3 weeks ago
ttkpane.tcl 1、初始化各种库; 3 weeks ago
ttkprogress.tcl 1、初始化各种库; 3 weeks ago
ttkscale.tcl 1、初始化各种库; 3 weeks ago
twind.tcl 1、初始化各种库; 3 weeks ago
unicodeout.tcl 1、初始化各种库; 3 weeks ago
vscale.tcl 1、初始化各种库; 3 weeks ago
widget 1、初始化各种库; 3 weeks 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.