home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
- #import "defs.h"
- #import "MultipleScreenManager.h"
-
- @interface InspectorManager:MultipleScreenManager
- {
- id createClock;
- id modifyClock;
- id nameText;
- id pathText;
- id tagText;
- const char *name, *path;
- unsigned long cTime, mTime;
- int tag;
- }
-
- - awakeFromNib;
- - updateInspector:sender;
- - loadDataFor:(int)boxTag;
-
- - getPanelWithScreen:(int)index;
- - windowDidUpdate:sender;
-
-
- @end
-