home *** CD-ROM | disk | FTP | other *** search
- #
- # a FormDialog containing a mixture of objects
- #
-
- xmPushButton .btn managed
- xmFormDialog .btn.form managed
-
- xmLabel .btn.form.lab managed \
- -labelString "A label"
- xmPushButton .btn.form.button managed \
- -labelString "A button" \
- -topAttachment attach_widget \
- -topWidget .btn.form.lab
- xmArrowButton .btn.form.arrow managed \
- -topAttachment attach_widget \
- -topWidget .btn.form.button
-