File test.tcl artifact 0f50584dcd part of check-in e327ead7cb
#! /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 pack .l -side left pack .x -side right -fill x -expand 1 pack .y