watch
来自「windows下的GDB insight前端」· 代码 · 共 17 行
TXT
17 行
# ----------------------------------------------------------------------# 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 + =
减小字号Ctrl + -
显示快捷键?