home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Starter / Source / InspectorManager.h < prev    next >
Encoding:
Text File  |  1994-10-12  |  410 b   |  27 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import "defs.h"
  4. #import "MultipleScreenManager.h"
  5.  
  6. @interface InspectorManager:MultipleScreenManager
  7. {
  8.     id createClock;
  9.     id modifyClock;
  10.     id nameText;
  11.     id pathText;
  12.     id tagText;
  13.     const char *name, *path;
  14.     unsigned long cTime, mTime;
  15.     int tag;
  16. }
  17.  
  18. - awakeFromNib;
  19. - updateInspector:sender;
  20. - loadDataFor:(int)boxTag;
  21.  
  22. - getPanelWithScreen:(int)index;
  23. - windowDidUpdate:sender;
  24.  
  25.  
  26. @end
  27.