New interface [restrictWindow:toImage:].

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-01-31 22:24:08 +00:00
parent 4087e5c7f7
commit c4f4817f6e

View file

@ -81,6 +81,7 @@ APPKIT_EXPORT NSString * GSScreenNumber;
- (NSCountedSet*) dragTypesForWindow: (NSWindow *)win;
- (id <NSDraggingInfo>) dragInfo;
- (BOOL) slideImage: (NSImage*)image from: (NSPoint)from to: (NSPoint)to;
- (void) restrictWindow: (int)win toImage: (NSImage*)image;
/* Screen information */
- (NSSize) resolutionForScreen: (int)screen;