home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1994 June
/
NEBULA_SE.ISO
/
SourceCode
/
Tutorial
/
Cookbook
/
22.mouseEvents
/
MyView.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-19
|
227 b
|
19 lines
/* Generated by Interface Builder */
#import <appkit/View.h>
@interface MyView:View
{
id xForm;
id yForm;
id logText;
}
- setXForm:anObject;
- setYForm:anObject;
- setLogText:anObject;
- clearLog:sender;
@end