home *** CD-ROM | disk | FTP | other *** search
- This directory contains demos of the ViewKit menu facilities.
-
- vkmenu -- shows the use of menus in the overlay planes:
- * Running "vkmenu" shows that the expose counter increments each time
- a menubar item is selected and dismissed. That is because the default
- case is to have the menus in the normal planes, and so expose events
- are generated for the main window.
-
- * Running "vkmenu -useOverlayMenus" shows that the expose counter does not
- change when pulldown menus appear and disappear, since the menus are in
- the overlay planes, and no expose events are generated.
-