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

  1. #ifndef NEWTEMPPANEL_H
  2. #define NEWTEMPPANEL_H
  3.  
  4. /************************************************************************
  5. *   newtempPanel.h:
  6. *   global externs for the new template data entry panel
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_NPTYPE,
  14.     GID_NPTYPENAME,
  15.     GID_NPNAME,
  16.     GID_NPMEMO,
  17.     GID_NPAMNT, 
  18.     GID_NPPRINTED,
  19.     GID_NPTAX,
  20.     GID_NPVOIDED,
  21.     GID_NPCATEGORY,
  22.     GID_NPOK,
  23.     GID_NPCANCEL,
  24.     GID_NPMEMOLIST,
  25.     GID_NPAMNTLIST,
  26.     GID_NPNAMELIST,
  27. };
  28.  
  29.  
  30. /* tags */
  31.                        
  32. /* layout structures */
  33. extern GadgetSpec *NP_EnterSpecs[];
  34. extern ULONG NP_EnterPanel[];
  35. extern GUIFront *newGUI;
  36.  
  37. templateNode *NewTempGUI(templateNode *,char *);                         
  38. #endif
  39.