📄 watch
字号:
# ----------------------------------------------------------------------# DEMO: watch in [incr Widgets]# ----------------------------------------------------------------------package require Iwidgets 4.0set tk_strictMotif 1iwidgets::watch .w -state disabled -showampm no -width 155 -height 155pack .w -padx 10 -pady 10 -fill both -expand yesproc fix_time {} { if {! [winfo exists .w]} return .w show after 1000 fix_time}fix_time
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -