home *** CD-ROM | disk | FTP | other *** search
- /* PopUps.h
- *
- * This simply defines the external handler_info structs which define
- * each PopUp's characteristics to the server.
- */
-
- #ifndef __pu_popups_h
- #define __pu_popups_h
-
- #include "Server.h"
-
-
- extern handler_info HandlerInfo_Magnify;
- extern handler_info HandlerInfo_Print;
- extern handler_info HandlerInfo_ProgInfo;
- extern handler_info HandlerInfo_Report;
- extern handler_info HandlerInfo_SaveAs;
- extern handler_info HandlerInfo_WimpColour;
-
-
- #endif
-