home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
MiniExamples
/
ScrollingText
/
Document.h
next >
Wrap
Text File
|
1991-04-21
|
525b
|
21 lines
/* Document.h
* Purpose: A subclass of Window which creates an instance of the PageScrollView.
*
* You may freely copy, distribute, and reuse the code in this example.
* NeXT disclaims any warranty of any kind, expressed or implied, as to its fitness
* for any particular use.
*
*/
#import <appkit/Window.h>
@interface Document:Window
{
}
- init;
- initContent:(const NXRect *)contentRect style:(int)aStyle backing:(int)bufferingType
buttonMask:(int)mask defer:(BOOL)flag screen:(const NXScreen *)aScreen;
@end