itk.tcl
来自「这是一个Linux下的集成开发环境」· TCL 代码 · 共 25 行
TCL
25 行
# This file tests the pixmap image reader#proc About {} { return "This file performs tests with ITK mega widgets"}proc Test {} { frame .f pack .f tixPanedWindow .f.tpw pack .f.tpw -side left -expand yes -fill both set p1 [.f.tpw add t1 -min 20 -size 120 ] set p2 [.f.tpw add t2 -min 20 -size 80 ] frame $p1.t1 frame $p2.t2 pack $p1.t1 $p2.t2 tixScrolledListBox $p1.t1.list tixScrolledListBox $p2.t2.list pack $p1.t1.list $p2.t2.list Combobox .ibox -labeltext "ItkBox" -items {one two three} pack .ibox}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?