home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / motifpg2.zip / ch13 / README < prev    next >
Text File  |  1992-08-18  |  1KB  |  31 lines

  1. ch13 contains the following example programs:
  2.  
  3. xpopup:        a basic Motif popup menu without accelerators or mnemonics
  4.  
  5. xpopupcasc:    a Motif popup menu with a cascading submenu
  6.  
  7. xmenu1:        a simple spring-loaded popup menu using the Athena widgets
  8.  
  9. xmenu2:        a simple pulldown menu from an Athena command widget
  10.  
  11. xmenu3:        a simple pulldown menu using the Athena MenuButton widget
  12.  
  13. xmenu4:        a pulldown menu with a submenu, using the Athena widgets
  14.  
  15. xmenu5:        a spring-loaded popup menu with a submenu, using the
  16.         Athena widgets
  17.  
  18. xmenu6:        an attempt at a pulldown menu identical to xmenu2 except 
  19.         using XtCallbackExclusive with callbacks only and no 
  20.         actions -- doesn't work because XtCallbackExclusive calls 
  21.         XtPopup which can't pass the right parameters to _XtPopup
  22.          (even if you write your own callback it still won't work --
  23.         this type of menu must use the XtMenuPopup action)  -- 
  24.         fixed by XtPopupSpringLoaded
  25.  
  26. xmenu7:        a pulldown menu using the Athena SimpleMenu, MenuButton, 
  27.         and all three Sme gadgets
  28.  
  29. xdialog:    a dialog box using the Athena widgets that is popped up
  30.         with XtCallbackExclusive callback
  31.