iwidgets::extfileselectionbox tcl tk

iwidgets::extfileselectionbox .efsb \
  -mask "*.html" \
  -directory "../" \
  -fileslabel "HTML Files" \
  -dirslabel "Iwidgets HTML Dir" \
  -selectdircommand {print dir} \
  -selectfilecommand {print file}

pack .efsb \
  -fill both \
  -expand true

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