mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:20:47 +00:00
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:
parent
bd3e29cb15
commit
4f37f34b9f
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue