iwidgets extbutton tcl tk

iwidgets::toolbar .tb       \
      -balloonbackground    \
      -ballonforeground     \
      -balloondelay1        \
      -balloondelay2        \
      -helpvariable

     .tb add iwidgets::extbutton $b  \
                  -balloonstr        \
                  -helpstr           \
                  -text              \
                  -imagepos          \
                  -command           \
                  -relief            \
                  -image       

label .stat                 \
        -textvariable       \
        -relief             \
        -background         \
        -foreground         \
        -width          


pack .tb .stat \
         -expand \
         -fill   \
         -pady

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