home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / amiCheck / Source / seltempPanel.h < prev    next >
C/C++ Source or Header  |  1995-09-16  |  724b  |  33 lines

  1. #ifndef SELTEMPPANEL_H
  2. #define SELTEMPPANEL_H
  3.  
  4. /************************************************************************
  5. *   seltempPanel.h:
  6. *   global externs for the selction of a template  panel
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_SPTEMPLIST,
  14.     GID_SPOK,
  15.     GID_SPCANCEL,
  16.     GID_SPFILTER,
  17. };
  18.  
  19.  
  20. /* tags */
  21.                        
  22. /* layout structures */
  23. extern GadgetSpec *SP_SelTempSpecs[];
  24. extern ULONG SP_SelTempPanel[];
  25. extern GUIFront *seltempGUI; 
  26. extern struct Window *selWin;
  27.  
  28. BOOL SelTempMsg(struct IntuiMessage *);
  29. void SelTempGUI(void);                         
  30. void SelTempStrip(void);
  31. void SelTempInstall(void);
  32. #endif
  33.