home *** CD-ROM | disk | FTP | other *** search
- #ifndef SORTPANEL_H
- #define SORTPANEL_H
-
- /************************************************************************
- * sortPanel.h:
- * global externs for the editing of the sorting features
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_SRPCHECK,
- GID_SRPNAME,
- GID_SRPMEMO,
- GID_SRPDATE,
- GID_SRPAMNT,
- GID_SRPCATEGORY,
- GID_SRPORDER,
- GID_SRPFIELDLIST,
- GID_SRPUP,
- GID_SRPDOWN,
- GID_SRPTOP,
- GID_SRPBOTTOM,
- GID_SRPOK,
- GID_SRPCANCEL,
- };
-
-
- /* tags */
-
- /* layout structures */
- extern GadgetSpec *SRP_SortSpecs[];
- extern ULONG SRP_SortPanel[];
- extern GUIFront *sortGUI;
-
- BOOL SortGUI(void);
- #endif
-