entry and
Posted to
tcl
by kostix at Mon May 07 19:22:19 GMT 2007
view raw
pack
[
entry
.e -textvar fname]
bind
.e <Return> action
proc
action {} {
if
{[
string
equal $::fname xterm]} {
exec
xterm &
}
else
{
exec
xterm -e $::fname &
}
}
Recent Posts
tcl by sebres
2 hours ago
tcl by iobates
17 days ago
tcl by iobates
17 days ago
tcl by iobates
17 days ago
tcl by FLORENTIS
20 days ago
tcl by Florentis
20 days ago
tcl by schelte
26 days ago
tcl by iobates
26 days ago
tcl by cgm
27 days ago
tcl by iobates
32 days ago
Submit
New paste
Documentation
From Jabber