⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 promptdialog

📁 这是一个Linux下的集成开发环境
💻
字号:
#!/bin/sh# ----------------------------------------------------------------------#  DEMO: promptdialog in [incr Widgets]# ----------------------------------------------------------------------#\exec itkwish "$0" ${1+"$@"}package require Iwidgets 3.0# itkwish interprets the rest...# ----------------------------------------------------------------------option add *textBackground seashellbutton .b -text "Get Password..." -command {    if {[.pd activate]} {        puts "password: [.pd get]"    } else {        puts "cancelled"    }}pack .biwidgets::promptdialog .pd -title "Prompt Dialog" -modality application \    -labeltext "Password:" -show "*".pd hide Apply.pd hide Help

⌨️ 快捷键说明

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