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

📄 items.tcl

📁 这是一个Linux下的集成开发环境
💻 TCL
字号:
# items.tcl --##	Test the handling of DisplayStyle and DisplayItem.## Copyright (c) 1996, Expert Interface Technologies## See the file "license.terms" for information on usage and redistribution# of this file, and for a DISCLAIMER OF ALL WARRANTIES.#proc About {} {    return "Test the handling of DisplayStyle and DisplayItem."}proc Test {} {    TestBlock items-1.1 {tixTmpLine} {	tixHList .c	set style [tixDisplayStyle text -refwindow .c -font fixed]	.c add a -itemtype text -style $style -text Hello	.c add b -itemtype text -text Hello	tixHList .d	.d add a -itemtype text -style $style -text Hello	.d add b -itemtype text -text Hello	pack .c .d -expand yes -fill both	update	destroy .c	update	Assert {[string comp [info command $style] ""] == 0}    }    catch {	destroy .c    }    catch {	destroy .d    }}

⌨️ 快捷键说明

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