
xtAppInitialize

xmForm .form managed
xmLabel .form.l1 managed
xmLabel .form.l2 managed \
  -topAttachment attach_widget \
  -topWidget .form.l1

puts stdout [.form.l2 resources]

##################
# widget to String
##################

    .form.l2 getValues -topWidget t
    puts stdout $t


. realizeWidget

. mainLoop
