Version 1 of scrolledtext

Updated 2002-06-21 18:23:48

Doc can be found in http://purl.org/tcl/home/man/iwidgets3.0/scrolledtext.n.html

Marty Backe's example of displaying a file in a text widget:

 package require Iwidgets
 iwidgets::scrolledtext .t
 pack .t -fill both -expand true

 .t import $filename end


Category Command, a part of incr Widgets