Differences From Artifact [0f50584dcd]:
- Executable file test.tcl — part of check-in [6f5109a8b4] at 2011-09-09 13:30:21 on branch trunk — Added ctk project (user: rkeene, size: 281) [annotate] [blame] [check-ins using]
To Artifact [6c294de4c5]:
- Executable file test.tcl — part of check-in [a68d12f98b] at 2011-09-09 14:09:13 on branch trunk — Updated to use simpler and more portable build system (user: rkeene, size: 278) [annotate] [blame] [check-ins using]
1 2 3 |
#! /usr/bin/env tclsh
if {![info exists tk_port]} {
| | | 1 2 3 4 5 6 7 8 9 10 11 |
#! /usr/bin/env tclsh
if {![info exists tk_port]} {
set tk_library [file join [file dirname [info script]] library]
load ./libctk.so Tk
}
label .l -text "Password"
entry .x
button .y -text "OK" -command exit
|
| ︙ | ︙ |