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

#
# Demo script for the Scrolledtext class
#
option add *textBackground white

hyperhelp .h -title "Hyperhelp demo" -topics {demo} -helpdir . -padx 10

.h activate

.h showtopic demo
