// // NJRWindowMagnetism.h // HostLauncher // // Created by Nicholas Riley on Sun Jun 02 2002. // Copyright (c) 2002 Nicholas Riley. All rights reserved. // #import @interface NJRWindowMagnetism : NSObject { BOOL attractsScreenEdges; BOOL inMotion; } - (id)initForWindow:(NSWindow *)window; - (void)setAttractsScreenEdges:(BOOL)yn; - (BOOL)attractsScreenEdges; - (void)animateWindow:(NSWindow *)window motionToFrameOrigin:(NSPoint)newOrigin; @end