📄 general.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 + -