home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume6 / wsxc2 / part03 / MotifTestMenu < prev    next >
Text File  |  1990-04-26  |  712b  |  26 lines

  1. !
  2. !  MotifTestMenu - deffered resource file
  3. !
  4. !  men1 - popup menu, controlling the box.box1.lbl2 widget appearance
  5. !
  6. *men1.createClass:        XmCreatePulldownMenu
  7. *men1.createUnmanaged:        true
  8. !
  9. *men1.createChildren:       btn2, btn3
  10. *men1.createCallback:           WsSetWidgetResourceCB(subMenuId,box.bar1.pul1)
  11. ! all the children of this box have the same attributes ...
  12. *men1*createClass:        xmPushButtonWidgetClass
  13. *men1*background:        lightBlue
  14. *men1*foreground:        blue
  15. !
  16. !  btn2
  17. !
  18. *men1.btn2.labelString:        Remove Footnote
  19. *men1.btn2.activateCallback:     WsUnmanageNamedChildrenCB(box.box1.lbl2)
  20. !
  21. !  btn3
  22. !
  23. *men1.btn3.labelString:        Add Footnote
  24. *men1.btn3.activateCallback:     WsManageNamedChildrenCB(box.box1.lbl2)     
  25. !
  26.