push button tcl tk

iwidgets::pushbutton .pb \
 -text "Go ahead, hit me..." \
 -command {puts OUCH!!} \
 -defaultring 1

pack .pb \
 -padx 12 \
 -pady 12

原文地址:https://www.cnblogs.com/greencolor/p/2035910.html