bug-gnustep
[Top][All Lists]
Advanced

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

More Drag Operation


From: Yen-Ju Chen
Subject: More Drag Operation
Date: Thu, 17 Oct 2002 11:20:01 -0400

Hi,

 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


_________________________________________________________________
Unlimited Internet access -- and 2 months free!  Try MSN. http://resourcecenter.msn.com/access/plans/2monthsfree.asp





reply via email to

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