Feedback progress bar tcl tk

package require Iwidgets
wm title . "Feedback Example"
wm geometry . 225x75

##=========================================================
##  Create a Feedback iwidget
##=========================================================
##
iwidgets::feedback .fb \
  -steps 50 \
  -labeltext "Loading File..." \
  -barcolor red \
  -barheight 90 \
  -troughcolor ghostwhite

pack .fb \
  -fill x

.fb step 50

posted @ 2011-05-01 16:41  greencolor  阅读(195)  评论(0编辑  收藏  举报