home *** CD-ROM | disk | FTP | other *** search
- #ifndef MEMOPANEL_H
- #define MEMOPANEL_H
-
- /************************************************************************
- * memoPanel.h:
- * global externs for the editing of the memo list
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_MEMOLIST,
- GID_MEMONEW,
- GID_MEMODEL,
- GID_MEMOEDIT,
- GID_MEMOUP,
- GID_MEMODOWN,
- GID_MEMOTOP,
- GID_MEMOBOTTOM,
- GID_MEMOOK,
- GID_MEMOCANCEL,
- };
-
- /* layout structures */
- extern GadgetSpec *M_MemoSpecs[];
- extern ULONG M_MemoPanel[];
- extern GUIFront *memoGUI;
-
- BOOL MemoGUI(void);
- memoNode *MemoNewEdit(struct List *, memoNode *);
- #endif
-