#!/bin/sh
# \
	exec itkwish -f "$0" ${1+"$@"} 

#
# Demo script for the Scrolledhtml class
#
option add *textBackground GhostWhite

scrolledhtml .sh -labeltext "HTML demo document" -wrap word \
      -linkcommand ".sh import -link" -padx 10

pack .sh -padx 10 -pady 10 -fill both -expand yes

.sh import demo.html

puts [.sh title]
