ftp.nice.ch/pub/next/graphics/video/VideoTeXT.1.1a.N.bs.tar.gz#/VideoTeXT1.1a/Quelltexte/WindowContainer.h

This is WindowContainer.h in view mode; [Download] [Up]

/* (c) 1992 Dirk Schwarzhans, Matthias Braun
   Use under the terms of the GNU General Public License */
   
#import <objc/Object.h>

#import "VideoTextView.h"
#import <appkit/Window.h>

@interface WindowContainer:Object
{
    id		view;
    id		window;
	BOOL	held;
}

- init;
- view;
- window;

- setHeld:(BOOL)mode;
- (BOOL)isHeld;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.