📄 busy.wgt
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -