ftp.nice.ch/pub/next/connectivity/news/NewsBase.3.02.s.tar.gz#/NewsBase302.source/NNTP/AcceptWindow.h

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

// AcceptView.h
// By Jayson Adams, NeXT Developer Support Team
// 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.

// modified by Miyai, ISR	1992.7.28

#import <appkit/Window.h>

@interface AcceptWindow:Window
{
    id		viewRectList;
    int		viewRectUnderPoint;
}

/* instance methods */
- initContent:(const NXRect *)contentRect style:(int)aStyle
  backing:(int)bufferingType buttonMask:(int)mask defer:(BOOL)flag;
- registerRect:(NXRect *)rect forCell:view controlView:cView;
- unregisterRectForCell:cell;

- (BOOL)windowEntered:(NXPoint *)windowEntered fromSource:dragSource;
- (BOOL)windowExited:dragSource;
- (BOOL)windowDropped:(NXPoint *)mouseLocation fromSource:source;

@end

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