home *** CD-ROM | disk | FTP | other *** search
- #ifndef SELTEMPPANEL_H
- #define SELTEMPPANEL_H
-
- /************************************************************************
- * seltempPanel.h:
- * global externs for the selction of a template panel
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_SPTEMPLIST,
- GID_SPOK,
- GID_SPCANCEL,
- GID_SPFILTER,
- };
-
-
- /* tags */
-
- /* layout structures */
- extern GadgetSpec *SP_SelTempSpecs[];
- extern ULONG SP_SelTempPanel[];
- extern GUIFront *seltempGUI;
- extern struct Window *selWin;
-
- BOOL SelTempMsg(struct IntuiMessage *);
- void SelTempGUI(void);
- void SelTempStrip(void);
- void SelTempInstall(void);
- #endif
-