forked from AuroraMiddleware/gtk
Remove old dragImage code
New code (macOS 10+ should support the NSDraggingSource protocol: https://developer.apple.com/documentation/appkit/nsdraggingsource.
This commit is contained in:
parent
66b4f2a9dd
commit
410fa9871f
@ -576,6 +576,8 @@ typedef NSString *CALayerContentsGravity;
|
|||||||
initialResizeLocation = convert_nspoint_to_screen (self, [self mouseLocationOutsideOfEventStream]);
|
initialResizeLocation = convert_nspoint_to_screen (self, [self mouseLocationOutsideOfEventStream]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NSDraggingDestination protocol
|
||||||
|
|
||||||
-(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender
|
-(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender
|
||||||
{
|
{
|
||||||
NSPoint location = [sender draggingLocation];
|
NSPoint location = [sender draggingLocation];
|
||||||
@ -665,9 +667,9 @@ typedef NSString *CALayerContentsGravity;
|
|||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
-(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation
|
// NSDraggingSource protocol
|
||||||
{
|
// ...
|
||||||
}
|
// end
|
||||||
|
|
||||||
-(void)setStyleMask:(NSWindowStyleMask)styleMask
|
-(void)setStyleMask:(NSWindowStyleMask)styleMask
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user