home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- #import <apps/Workspace.h>
-
- @interface TARInspector:WMInspector
- {
- id textOutput; //inited to nil
- char *lastSelection; //inited to NULL
- int lastSelectionCount;
- NXStream *instructions; //inited to NULL
- int revertEnabled;
- int okEnabled;
- }
-
- + new;
- - ok:sender;
- - revert:sender;
-
- @end
-