home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / amiCheck / Source / budgetPanel.h < prev    next >
C/C++ Source or Header  |  1995-09-16  |  650b  |  31 lines

  1. #ifndef BUDGETPANEL_H
  2. #define BUDGETPANEL_H
  3.  
  4. /************************************************************************
  5. *   budgetPanel.h:
  6. *   global externs for the editing of a group
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_BPCATSRC,
  14.     GID_BPCATSEL,
  15.     GID_BPPERCENT,
  16.     GID_BPREMAIN,
  17.     GID_BPAMOUNT,
  18.     GID_BPADJUST,
  19.     GID_BPREMOVE,
  20.     GID_BPOK,
  21.     GID_BPCANCEL,
  22. };
  23.              
  24. /* layout structures */
  25. extern GadgetSpec *BP_BudgetSpecs[];
  26. extern ULONG BP_BudgetPanel[];
  27. extern GUIFront *budgetGUI;
  28.  
  29. void BudgetGUI(void);                         
  30. #endif
  31.