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

  1. #ifndef REPORTPANEL_H
  2. #define REPORTPANEL_H
  3.  
  4. /************************************************************************
  5. *   reportPanel.h:
  6. *   global externs for the report panel
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_REPTOFILE,
  14.     GID_REPBLANK,
  15.     GID_REPSTYLE,
  16.     GID_REPSUMMARY,
  17.     GID_REPCOLS,
  18.     GID_REPROWS,
  19.     GID_REPOK,
  20.     GID_REPCANCEL,
  21.     GID_REPSTATE,
  22. };
  23.              
  24. /* layout structures */
  25. extern GadgetSpec *REP_ReportSpecs[];
  26. extern ULONG REP_ReportPanel[];
  27. extern GUIFront *repGUI;
  28.  
  29. void ReportGUI(void);                         
  30. #endif
  31.