home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/Speaker.h>
- @interface EditSpeaker : Speaker
- {}
- -(int)openFile : (char *) fileName
- onHost : (char *) hostName
- atTrueLine : (int) line;
- -(int)openFile : (char *) fileName
- onHost : (char *) hostName
- fromTrueLine : (int) line1
- to : (int) line2;
- @end
-