home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / datefield < prev    next >
Text File  |  2003-09-01  |  396b  |  13 lines

  1. # ----------------------------------------------------------------------
  2. #  DEMO: datefield in [incr Widgets]
  3. # ----------------------------------------------------------------------
  4. package require Iwidgets 4.0
  5.  
  6. proc returnCmd {} {
  7.   puts [.df get]
  8. }
  9.  
  10. iwidgets::datefield .df -labeltext "Date (International Format):" \
  11.   -command returnCmd -int 1
  12. pack .df -fill x -expand yes -padx 10 -pady 10
  13.