Diff

Differences From Artifact [0f50584dcd]:

To Artifact [6c294de4c5]:


1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/env tclsh

if {![info exists tk_port]} {
	set tk_library /home/usace/u4423rsk/Desktop/ctk8.2_working/library
	load ./libctk.so Tk
}

label .l -text "Password"
entry .x
button .y -text "OK" -command exit




|







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