home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / timeentry < prev    next >
Encoding:
Text File  |  2003-09-01  |  303 b   |  8 lines

  1. # ----------------------------------------------------------------------
  2. #  DEMO: timeentry in [incr Widgets]
  3. # ----------------------------------------------------------------------
  4. package require Iwidgets 4.0
  5.  
  6. iwidgets::timeentry .de -labeltext "Time:"
  7. pack .de -fill x -expand yes -padx 10 -pady 10
  8.