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

  1. # ----------------------------------------------------------------------
  2. #  DEMO: extfileselectionbox in [incr Widgets]
  3. # ----------------------------------------------------------------------
  4. package require Iwidgets 4.0
  5.  
  6. option add *textBackground seashell
  7.  
  8. iwidgets::extfileselectionbox .fsb -width 4i -height 4i
  9. pack .fsb
  10.