readme
来自「很不错的tcl编程实例」· 代码 · 共 24 行
TXT
24 行
#AGOCG Tcl/Tk Cookbook
#Basics of Tcl
#Authors Lakshmi & Venkat Sastry
This directory contains the source files (*.c & *.tcl) for running the
Basics of Tcl application. The Tcl wish shell is extended to include two
commands that handle the spawning of a web browser for looking at the
Tcl and Tk HTML documents. The extended wish shell is called htcl. To compile
htcl for your architecture, customise the makefile Make_htcl and to make
type
make -f Make_htcl
It is assumed that the executable "htcl" will reside in this directory. If
you want to copy it elsewhere or run it from elsewhere, provide the
appropriate pathnames to it.
For this application, if htcl is not in the same directory, change the first
line in the file hyper.tcl to point to htcl.
Ensure that you can execute the Tcl scripts.
Run the application by typing hyper.tcl at command level of your window.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?