wm title . "Timeentry Example" ##========================================================= ## Create a Timeentry iwidget ##========================================================= ## iwidgets::timeentry .te \ -labeltext "Departure Time:" \ -textbackground #82E6C8 \ -textfont {lucida 14 bold} \ -format military \ -grab local pack .te \ -fill both \ -expand true