home *** CD-ROM | disk | FTP | other *** search
- /* 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
-