home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Menus / README.z / README
Encoding:
Text File  |  1996-09-20  |  596 b   |  12 lines

  1. This directory contains demos of the ViewKit menu facilities.
  2.  
  3. vkmenu -- shows the use of menus in the overlay planes:
  4.   * Running "vkmenu" shows that the expose counter increments each time
  5.     a menubar item is selected and dismissed.  That is because the default
  6.     case is to have the menus in the normal planes, and so expose events
  7.     are generated for the main window.
  8.     
  9.   * Running "vkmenu -useOverlayMenus" shows that the expose counter does not
  10.     change when pulldown menus appear and disappear, since the menus are in
  11.     the overlay planes, and no expose events are generated.
  12.