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

📄 general.tcl

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 TCL
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -