buttonbox

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

TXT
14
字号
# ----------------------------------------------------------------------#  DEMO: buttonbox in [incr Widgets]# ----------------------------------------------------------------------package require Iwidgets 4.0iwidgets::buttonbox .bb .bb add OK -text OK -command "puts OK" .bb add Apply -text Apply -command "puts Apply".bb add Cancel -text Cancel -command "puts Cancel".bb default OKpack .bb -expand yes -fill both

⌨️ 快捷键说明

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