home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / wtour / scrolledwindow1.tcl < prev    next >
Encoding:
Text File  |  1994-01-30  |  148 b   |  10 lines

  1. #
  2. # ScrolledWindow
  3. #
  4.  
  5. xmScrolledWindow .sw managed \
  6.     -scrollBarDisplayPolicy static \
  7.     -scrollingPolicy automatic
  8.  
  9. xmLabel .sw.label managed
  10.