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 / scrolledtext < prev    next >
Encoding:
Text File  |  2001-10-22  |  464 b   |  14 lines

  1. # ----------------------------------------------------------------------
  2. #  DEMO: scrolledtext in [incr Widgets]
  3. # ----------------------------------------------------------------------
  4. package require Iwidgets 4.0
  5.  
  6. option add *textBackground seashell
  7.  
  8. iwidgets::scrolledtext .st -labeltext "Scrolledtext" -wrap none \
  9.     -vscrollmode static -hscrollmode dynamic \
  10.     -width 5i -height 2i
  11. pack .st
  12.  
  13. .st import [file join ${iwidgets::library} demos scrolledtext]
  14.