?? readme
字號:
#AGOCG Tcl/Tk Cookbook
#Buildin Extensions
#Authors Lakshmi & Venkat Sastry
This directory contains a C source file and a Makefile template that
can be modified to compile a wish shell that will include the Tcl/Tk
extensions BLT and Expect. You can adopt this to include any other
Tcl/Tk extension as well. Please note that the original C source file
template is part of te Tcl/Tk core distribution.
To compile the extended Tk, customise the makefile Make_stcl and to make type
make -f Make_stcl
It is assumed that the executable "stcl" will reside in this directory. If
you want to copy it elsewhere or run it from elsewhere, provide the
appropriate pathnames to it.
To test or use this extended version of the wish shell type "stcl" at command
level of your window. Once this "stcl" is running, you can give it any
Tcl, Tk, BLT or Expect command. Include
#!/path/to/stcl
to call this from a script file.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -