#!/usr/X/bin/wksh -motif

libload layout.so
widload layout

XtAppInitialize topLevel k k "$@"

XtCreateManagedWidget layout layout layout $topLevel \
			layout:" vertical { 55 }"

#XtCreateManagedWidget lab1 lab1 label $layout \
#				labelString:"Label Number 1" \
#
#XtCreateManagedWidget but1 but1 pushButton $layout \
#				labelString:"Button1" \
#
#XtCreateManagedWidget lab2 lab2 label $layout \
#				labelString:"Label 2" \
#
#XtCreateManagedWidget but2 but2 pushButton $layout \
#				labelString:"Button Number 2" \

rw $topLevel
ml
