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 / scrolledhtml < prev    next >
Encoding:
Text File  |  2001-10-22  |  466 b   |  15 lines

  1. # ----------------------------------------------------------------------
  2. #  DEMO: scrolledhtml in [incr Widgets]
  3. # ----------------------------------------------------------------------
  4. package require Iwidgets 4.0
  5.  
  6. option add *textBackground seashell
  7.  
  8. iwidgets::scrolledhtml .sh -labeltext "Scrolledhtml" \
  9.       -width 5i -height 3i \
  10.       -wrap word -linkcommand ".sh import -link" -padx 10
  11.  
  12. pack .sh
  13.  
  14. .sh import [file join ${iwidgets::library} demos demo.html]
  15.