home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / popups / Docs / ExampleSrc / h / PopUps next >
Encoding:
Text File  |  1993-05-21  |  462 b   |  22 lines

  1. /*  PopUps.h
  2.  *
  3.  *  This simply defines the external handler_info structs which define
  4.  *  each PopUp's characteristics to the server.
  5.  */
  6.  
  7. #ifndef __pu_popups_h
  8. #define __pu_popups_h
  9.  
  10. #include "Server.h"
  11.  
  12.  
  13. extern handler_info HandlerInfo_Magnify;
  14. extern handler_info HandlerInfo_Print;
  15. extern handler_info HandlerInfo_ProgInfo;
  16. extern handler_info HandlerInfo_Report;
  17. extern handler_info HandlerInfo_SaveAs;
  18. extern handler_info HandlerInfo_WimpColour;
  19.  
  20.  
  21. #endif
  22.