home *** CD-ROM | disk | FTP | other *** search
- #ifndef BUDGETPANEL_H
- #define BUDGETPANEL_H
-
- /************************************************************************
- * budgetPanel.h:
- * global externs for the editing of a group
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_BPCATSRC,
- GID_BPCATSEL,
- GID_BPPERCENT,
- GID_BPREMAIN,
- GID_BPAMOUNT,
- GID_BPADJUST,
- GID_BPREMOVE,
- GID_BPOK,
- GID_BPCANCEL,
- };
-
- /* layout structures */
- extern GadgetSpec *BP_BudgetSpecs[];
- extern ULONG BP_BudgetPanel[];
- extern GUIFront *budgetGUI;
-
- void BudgetGUI(void);
- #endif
-