home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Inspectors / InspectMe / InspectMeApp.h < prev    next >
Encoding:
Text File  |  1992-07-31  |  261 b   |  18 lines

  1. #import <appkit/Application.h>
  2. #import "InspectorManager.h"
  3.  
  4. #define ATTRIBUTESGROUP 0
  5. #define COLORSGROUP 1
  6.  
  7. @interface InspectMeApp:Application
  8. {
  9.     id    inspectorManager;
  10. }
  11.  
  12. + new;
  13. - inspectorManager;
  14. - newDocWindow:sender;
  15. - displayInspectorPanel:sender;
  16.  
  17. @end
  18.