textro.tcl

来自「用于TCL/TK的可视化集成开发环境.(GUI)」· TCL 代码 · 共 22 行

TCL
22
字号
# ClonePath = .text# The above line makes pasting MUCH easier for me.# It contains the pathname of the cutted widget.# The symbolic names.global symbolicName  # build widget .text1  text .text1 \    -relief {ridge} \    -borderwidth 2 \    -background white \    -wrap {none}  # bindings  bind .text1 <Any-Key> {NoFunction}   # pack widgets  pack .text1# end of widget tree

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?