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

📄 options.tcl

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 TCL
字号:
proc About {} {    return "Testing the option configuration of the Tix widgets"}proc Test {} {    test {tixComboBox .c -xxxxx} 	{missing}    test {tixComboBox .c -xxxxx xxx} 	{unknown}    test {tixComboBox .c -d xxx} 	{ambi}    test {tixComboBox .c -disab 0}	{ambi}     test {tixComboBox .c -disablecal 0}    Assert {[.c cget -disablecallback] == 0}    Assert {[.c cget -disableca] == 0}    test {tixComboBox .d -histl 10}     Assert {[.d cget -histlimit] == 10}    Assert {[.d cget -histlim] == 10}    Assert {[.d cget -historylimit] == 10}}

⌨️ 快捷键说明

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