bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ 101873 ] MacOSX NSDragOperations


From: nobody
Subject: [ 101873 ] MacOSX NSDragOperations
Date: Sat, 22 Feb 2003 23:19:49 -0500


Support Request #101873, was updated on 2003-Feb-22 21:19
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101873&group_id=99

Category: AppKit
Status: Open
Priority: 5
Summary: MacOSX NSDragOperations

By: fedor
Date: 2003-Feb-22 21:19
Logged In: YES 
user_id=328
Browser: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905

Originall submitted by Yen-Ju:

 There are more NSDragOperation in Cocoa than GNUstep.
 In Cocoa, there are
   NSDragOperationCopy,
   NSDragOperationLink,
   NSDragOperationGeneric,
   NSDragOperationPrivate,
   NSDragOperationMove,
   NSDragOperationDelete,
   NSDragOperationEvery,
   NSDragOperationAll,
   NSDragOperationNone.
 And in GNUstep, there are
   NSDragOperationNone = 0,
   NSDragOperationCopy = 1,
   NSDragOperationLink = 2,
   NSDragOperationGeneric = 4,
   NSDragOperationPrivate = 8,
   NSDragOperationAll = 15.

 So the difference are:
   NSDragOperationMove,
   NSDragOperationDelete,
   NSDragOperationEvery.
 And Cocoa deprecate NSDragOperationAll and use
NSDragOperationEvery instead.

 Maybe GNUstep can add these three more declaration
 using #if...

 Yen-Ju


----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101873&group_id=99




reply via email to

[Prev in Thread] Current Thread [Next in Thread]