| programming - tcl/tk - tk_label | What links here? |
proc push_button {}
{
.ent insert 0 "Hello "
}
label .lab -text "Enter name:"
entry .ent
button .but -text "Push Me" -command "push_button"
pack .lab
pack .ent
pack .but
| filename: | programming - tcl/tk - tk_label |
| filename: | programming%20%2D%20tcl%2Ftk%20%2D%20tk_label |
| last edit: | March 31 2009 21:36:00 (-1770985 minutes ago) |
| ct | = 1132290633.000000 = November 18 2005 00:10:33 |
| ft | = 1238549760.000000 = March 31 2009 21:36:00 |
| dt | = -106259127.000000 |