home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / wtour / formdialog1.tcl < prev    next >
Encoding:
Text File  |  1994-01-30  |  410 b   |  17 lines

  1. #
  2. # a FormDialog containing a mixture of objects
  3. #
  4.  
  5. xmPushButton .btn managed
  6. xmFormDialog .btn.form managed
  7.  
  8. xmLabel .btn.form.lab managed \
  9.     -labelString "A label"
  10. xmPushButton .btn.form.button managed \
  11.     -labelString "A button" \
  12.     -topAttachment attach_widget \
  13.     -topWidget .btn.form.lab
  14. xmArrowButton .btn.form.arrow managed \
  15.     -topAttachment attach_widget \
  16.     -topWidget .btn.form.button
  17.