홈페이지 : http://www.speakeasy.org/~msaye/tk/popup/
popup is a package that provides a popup widget.
package require popup
namespace import ::popup::popup
set command "wm title . \$title ; [list popup::unmap .popup]"
popup .popup -focus .popup.entry
entry .popup.entry -textvariable title
button .popup.ok -text OK -command $command
pack .popup.ok -side right
pack .popup.entry -side left -fill x
bind .popup.entry <Key-Return> $command
bind . <Button-1> [list popup::post .popup %X %Y]
'확장 패키지 (Extension Package)' 카테고리의 다른 글
Tclgdbm 0.10 (0) | 2025.02.21 |
---|---|
mtiwidgets 0.3 (0) | 2025.02.19 |
Wcb 4.1.1 (0) | 2025.02.19 |
myObjectiveTcl 0.3 (0) | 2025.02.17 |
PTK 1.0 (0) | 2025.02.17 |