
xtAppInitialize

. setValues \
    -allowShellResize True
puts ". ok"

xmMainWindow .main
xmFormDialog .main.form
.main.form  setValues \
    -allowShellResize True

.main manageChild


. realizeWidget

. mainLoop
