general.tcl

来自「这是一个Linux下的集成开发环境」· TCL 代码 · 共 23 行

TCL
23
字号
# This file tests the pixmap image reader#proc About {} {    return "This file performs general test on Tix w/ Tk 4.1 dynamic loading"}proc Test {} {    if [tixStrEq [info commands tix] tix] {	return    }    if ![file exists ../../unix-tk4.1/libtix.so] {	puts "File ../../unix-tk4.1/libtix.so doesn't exist."	puts "Dynamic loading skipped."	return    }    test {load ../../unix-tk4.1/libtix.so Tix}    test {tixComboBox .c}    test {pack .c}}

⌨️ 快捷键说明

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