#! /usr/local/tk3.2/bin/wish -f
#
# This file contains the routines for a "Help" menu
# Input parameter
#  w - name of window
proc AddHelp w {
button $w -text "Help" -relief flat -command nop
}

