📄 extbutton
字号:
# ----------------------------------------------------------------------# DEMO: extbutton in [incr Widgets]# ----------------------------------------------------------------------package require Iwidgets 4.0iwidgets::extbutton .eb1 -text "Bitmap example" -bitmap info \ -background bisque -activeforeground red -bitmapforeground blue \ -defaultring 1 -command {puts "Bisque is beautiful"}iwidgets::extbutton .eb2 -text "Image example" -bd 3 -image \ [image create photo -file $iwidgets::library/demos/images/clear.gif] \ -font 9x15bold -background lightgreen -imagepos e \ -activebackground lightyellowpack .eb1 .eb2 -pady 8
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -