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 / shell < prev    next >
Text File  |  2003-09-01  |  354b  |  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.