Tweaks for subclassing

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20998 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-03-29 10:08:50 +00:00
parent bd3e29cb15
commit 4f37f34b9f
3 changed files with 11 additions and 4 deletions

View file

@ -104,7 +104,7 @@
NSMutableDictionary *cursors;
}
+ (GSDragView*) sharedDragView;
+ (id) sharedDragView;
- (void) dragImage: (NSImage*)anImage
at: (NSPoint)screenLocation
offset: (NSSize)initialOffset
@ -112,6 +112,6 @@
pasteboard: (NSPasteboard*)pboard
source: (id)sourceObject
slideBack: (BOOL)slideFlag;
- (void) postDragEvent: (NSEvent *)theEvent;
- (void) postDragEvent: (NSEvent*)theEvent;
@end