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

  1. #ifndef QMEMOPANEL_H
  2. #define QMEMOPANEL_H
  3.  
  4. /************************************************************************
  5. *   qmemoPanel.h:
  6. *   global externs for the quick memo panel
  7. *   
  8. *************************************************************************/
  9.  
  10. /* gadget enumerations */
  11. enum
  12. {
  13.     GID_QMEMOLIST,
  14. };
  15.  
  16.  
  17. /* tags */
  18.                        
  19. /* layout structures */
  20. extern GadgetSpec *QM_MemoSpecs[];
  21. extern ULONG QM_MemoPanel[];
  22. extern GUIFront *qmemoGUI; 
  23. extern struct Window *qmemoWin;
  24. extern ULONG qmemoSel;
  25.  
  26. BOOL QMemoGUI(GUIFront *);
  27. #endif
  28.