draw.tcl
来自「这是一个Linux下的集成开发环境」· TCL 代码 · 共 23 行
TCL
23 行
# draw.tcl --## Test the drawing functions in Tix.## Copyright (c) 1996, Expert Interface Technologies## See the file "license.terms" for information on usage and redistribution# of this file, and for a DISCLAIMER OF ALL WARRANTIES.#proc About {} { return "Test the drawing functions in Tix."}proc Test {} { TestBlock draw-1.1 {tixTmpLine} { tixTmpLine 0 50 300 50 tixTmpLine 0 50 300 50 tixTmpLine 0 50 300 50 . tixTmpLine 0 50 300 50 . }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?