This is EvHand.c in view mode; [Download] [Up]
#include "copyright.h" /* /usr/local/lib/cvs/emacs-19/oldXMenu/EvHand.c,v 1.1.2.1 1993/11/17 04:40:15 cedman Exp */ /* Copyright Massachusetts Institute of Technology 1985 */ /* * XMenu: MIT Project Athena, X Window system menu package * * XMenuEventHandler - Set the XMenu asynchronous event handler. * * Author: Tony Della Fera, DEC * December 19, 1985 * */ #include "XMenuInt.h" XMenuEventHandler(handler) int (*handler)(); { /* * Set the global event handler variable. */ _XMEventHandler = handler; }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.