home *** CD-ROM | disk | FTP | other *** search
- /*
- * You may freely copy, distribute and reuse the code
- * in this example. Scott Anguish disclaims any warranty of
- * any kind, expressed or implied, as to its fitness
- * for any particular use.
- * Please keep this notice intact
- * Written by: Scott Anguish sanguish@digifix.com
- */
-
-
- #import <objc/Object.h>
- #import <objc/List.h>
-
- @interface Controller:Object
- {
- id myScrollView;
- id OpenPanelObject;
-
- }
-
- - init;
- - appDidInit:sender;
- - print:sender;
- - replaceText;
- - msgOpen:(id)pbid userData:(const char *)udata error:(char **)errmsg;
- -(int) appOpenFile:(char *)fileName type:(char *)fileType;
- - (BOOL)appAcceptsAnotherFile:sender;
- - free;
- + new;
- @end
-