# basic test of form
xtAppInitialize -class Program

xmForm .f managed
xmPushButton .f.b1 managed
xmPushButton .f.b2 managed -topAttachment attach_widget -topWidget .f.b1

. realizeWidget

. mainLoop
