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.