mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 20:37:39 +00:00
Adopted dragging destination method return values to MacOSX 10.4
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6341d6e1a
commit
43537498de
9 changed files with 26 additions and 13 deletions
|
@ -76,8 +76,8 @@ typedef enum _NSDragOperation {
|
|||
//
|
||||
// Before the Image is Released
|
||||
//
|
||||
- (unsigned int)draggingEntered:(id <NSDraggingInfo>)sender;
|
||||
- (unsigned int)draggingUpdated:(id <NSDraggingInfo>)sender;
|
||||
- (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
|
||||
- (NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
|
||||
- (void)draggingExited:(id <NSDraggingInfo>)sender;
|
||||
|
||||
//
|
||||
|
@ -89,6 +89,7 @@ typedef enum _NSDragOperation {
|
|||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
- (void)draggingEnded: (id <NSDraggingInfo>)sender;
|
||||
- (BOOL)wantsPeriodicDraggingUpdates;
|
||||
#endif
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue