extbutton

来自「windows下的GDB insight前端」· 代码 · 共 16 行

TXT
16
字号
# ----------------------------------------------------------------------#  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 + =
减小字号Ctrl + -
显示快捷键?