⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialog2.tcl

📁 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 swarm 控件 s
💻 TCL
字号:
# dialog2.tcl --## This demonstration script creates a dialog box with a global grab.## RCS: @(#) $Id: dialog2.tcl,v 1.3 2001/11/05 10:13:53 dkf Exp $after idle {    .dialog2.msg configure -wraplength 4i}after 100 {    grab -global .dialog2}set i [tk_dialog .dialog2 "Dialog with global grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below.  Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]switch $i {    0 {puts "You pressed OK"}    1 {puts "You pressed Cancel"}    2 {showCode .dialog2}}

⌨️ 快捷键说明

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