home *** CD-ROM | disk | FTP | other *** search
- #ifndef SCRIPTPANEL_H
- #define SCRIPTPANEL_H
-
- /************************************************************************
- * scriptPanel.h:
- * global externs for the editing of a script
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_SCPTEMPLIST,
- GID_SCPLIST,
- GID_SCPOPEN,
- GID_SCPSAVE,
- GID_SCPSAVEAS,
- GID_SCPUP,
- GID_SCPDOWN,
- GID_SCPTOP,
- GID_SCPBOTTOM,
- GID_SCPREMOVE,
- GID_SCPCANCEL,
- };
-
- /* layout structures */
- extern GadgetSpec *SCP_ScriptSpecs[];
- extern ULONG SCP_ScriptPanel[];
- extern GUIFront *scriptGUI;
-
- void ScriptGUI(void);
- #endif
-