摘要: package require Iwidgetswm title . "Feedback Example"wm geometry . 225x75##=========================================================## Create a Feedback iwidget##=========================================================##iwidgets::feedback .fb \ -steps 50 \ -labeltext "Loading File... 阅读全文
posted @ 2011-05-01 16:41 greencolor 阅读(205) 评论(0) 推荐(0)
摘要: 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 阅读(194) 评论(0) 推荐(0)
摘要: 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 . 阅读全文
posted @ 2011-05-01 15:27 greencolor 阅读(197) 评论(0) 推荐(0)
摘要: package require Iwidgetswm title . "Checkbox Example"####wrap in a dialog user interaction##iwidgets::dialog .d \-title "Checkbox Example"#.d hide Help#.d hide Apply.d buttonconfigure OK \-text "Update"set cs [.d childsite]##============================================= 阅读全文
posted @ 2011-05-01 11:09 greencolor 阅读(160) 评论(0) 推荐(0)