home *** CD-ROM | disk | FTP | other *** search
- #ifndef NEWTEMPPANEL_H
- #define NEWTEMPPANEL_H
-
- /************************************************************************
- * newtempPanel.h:
- * global externs for the new template data entry panel
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_NPTYPE,
- GID_NPTYPENAME,
- GID_NPNAME,
- GID_NPMEMO,
- GID_NPAMNT,
- GID_NPPRINTED,
- GID_NPTAX,
- GID_NPVOIDED,
- GID_NPCATEGORY,
- GID_NPOK,
- GID_NPCANCEL,
- GID_NPMEMOLIST,
- GID_NPAMNTLIST,
- GID_NPNAMELIST,
- };
-
-
- /* tags */
-
- /* layout structures */
- extern GadgetSpec *NP_EnterSpecs[];
- extern ULONG NP_EnterPanel[];
- extern GUIFront *newGUI;
-
- templateNode *NewTempGUI(templateNode *,char *);
- #endif
-