Line | |
---|
1 | // |
---|
2 | // NJRWindowMagnetism.h |
---|
3 | // HostLauncher |
---|
4 | // |
---|
5 | // Created by Nicholas Riley on Sun Jun 02 2002. |
---|
6 | // Copyright (c) 2002 Nicholas Riley. All rights reserved. |
---|
7 | // |
---|
8 | |
---|
9 | #import <AppKit/AppKit.h> |
---|
10 | |
---|
11 | |
---|
12 | @interface NJRWindowMagnetism : NSObject { |
---|
13 | BOOL attractsScreenEdges; |
---|
14 | BOOL inMotion; |
---|
15 | } |
---|
16 | |
---|
17 | - (id)initForWindow:(NSWindow *)window; |
---|
18 | |
---|
19 | - (void)setAttractsScreenEdges:(BOOL)yn; |
---|
20 | - (BOOL)attractsScreenEdges; |
---|
21 | |
---|
22 | - (void)animateWindow:(NSWindow *)window motionToFrameOrigin:(NSPoint)newOrigin; |
---|
23 | |
---|
24 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.