home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / sonstiges / tools / amiCheck / Source / groupPanel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  582 b   |  26 lines

  1. #ifndef GROUPPANEL_H
  2. #define GROUPPANEL_H
  3.  
  4. /************************************************************************
  5. *   groupPanel.h:
  6. *   global externs for the editing of a group
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_GRPMAINLIST,
  14.     GID_GRPLIST,
  15.     GID_GRPOK,
  16.     GID_GRPCANCEL,
  17. };
  18.              
  19. /* layout structures */
  20. extern GadgetSpec *GRP_GroupSpecs[];
  21. extern ULONG GRP_GroupPanel[];
  22. extern GUIFront *groupGUI;
  23.  
  24. void GroupGUI(struct List *, struct List *);                         
  25. #endif
  26.