button .b -text "hello world" -command
{
puts "hello world"
}
pack .b
slide
:
Tcl Button