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

  1. #ifndef EDITTEMPPANEL_H
  2. #define EDITTEMPPANEL_H
  3.  
  4. /************************************************************************
  5. *   edittempPanel.h:
  6. *   global externs for the editing of the template list
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_TPTEMPLIST,
  14.     GID_TPNEW,
  15.     GID_TPDEL,
  16.     GID_TPEDIT,
  17.     GID_TPUP,
  18.     GID_TPDOWN,
  19.     GID_TPTOP,
  20.     GID_TPBOTTOM,
  21.     GID_TPOK,
  22.     GID_TPCANCEL,
  23. };
  24.  
  25.  
  26. /* tags */
  27.                        
  28. /* layout structures */
  29. extern GadgetSpec *TP_EditTempSpecs[];
  30. extern ULONG TP_EditTempPanel[];
  31. extern GUIFront *edittempGUI;
  32.  
  33. void EditTempGUI(void);                         
  34. #endif
  35.