home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Software / TemaCD / activetcltk / ActiveTcl8.3.4.1-8.win32-ix86.exe / ActiveTcl8.3.4.1-win32-ix86 / demos / IWidgets / shell < prev    next >
Encoding:
Text File  |  2001-10-22  |  354 b   |  12 lines

  1. # ----------------------------------------------------------------------
  2. #  DEMO: selectiondialog in [incr Widgets]
  3. # ----------------------------------------------------------------------
  4. package require Iwidgets 4.0
  5.  
  6. iwidgets::shell .sh -modality none -padx 20 -pady 20 -title Shell
  7.  
  8. pack [label [.sh childsite].l -text SHELL]
  9.  
  10. .sh center
  11. .sh activate
  12.