📄 test.tcl
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -