busy.wgt

来自「一个跨平台的TCL/TK可视开发环境类似VC. TCL/TK是一个跨平台的脚本」· WGT 代码 · 共 19 行

WGT
19
字号
## This widget is the transparent blt "busy" window
## It does show up in the widget tree, but cannot be selected, and it
## does not get saved in the project either

Class             Busy
Lib               blt

CreateCmd         ::blt::busy
DumpCmd           vTcl:dump:busy
Icon              unknown.gif
IgnoreTreeLeftClick
IgnoreTreeRightClick

AdditionalClasses Busy

proc vTcl:dump:busy {target basename} {
    return ""
}

⌨️ 快捷键说明

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