blob: 1f9377d314c6c1b263feee3620bf783179592202 [file] [log] [blame]
# ----------------------------------------------------------------------
# DEMO: timefield in [incr Widgets]
# ----------------------------------------------------------------------
package require Iwidgets 4.0
proc returnCmd {} {
puts [.df get]
}
iwidgets::timefield .df -labeltext "Time:" -command returnCmd
pack .df -fill x -expand yes -padx 10 -pady 10