test.tcl

来自「Linux下的MSN聊天程序源码」· TCL 代码 · 共 13 行

TCL
13
字号
lappend auto_path "../"package require scalable-bgwm geometry . 100x80image create photo image1 -file "../pixmapbutton/button.gif"scalable-bg bg -image image1 -n 6 -e 6 -s 6 -w 6 -width 100 -height 100canvas .c -bg white -highlightthickness 0.c create image 0 0 -anchor nw -image [bg getBase] -tag imgpack .c -expand true -fill bothbind .c <Configure> "bg configure -width %w -height %h"

⌨️ 快捷键说明

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