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

#
# Demo script for the Dialogshell class
#
wm withdraw .

dialogshell .ds -modality none

.ds add OK -text "OK" 
.ds add Cancel -text "Cancel"
.ds default OK

.ds activate





