• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Drag-n-Drop in NSOutlineView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drag-n-Drop in NSOutlineView


  • Subject: Re: Drag-n-Drop in NSOutlineView
  • From: "Erik M. Buck" <email@hidden>
  • Date: Fri, 9 Nov 2001 14:17:24 -0600

It is hardly a secret:
registerForDraggedTypes:
- (void)registerForDraggedTypes:(NSArray *)pboardTypes

Registers pboardTypes as the pasteboard types that the receiver will accept
as the destination of an image-dragging session.
Registering an NSView for dragged types automatically makes it a candidate
destination object for a dragging session. As such, it must properly
implement some or all of the NSDraggingDestination protocol methods. As a
convenience, NSView provides default implementations of these methods. See
the NSDraggingDestination protocol specification for details.

See Also: - unregisterDraggedTypes



----- Original Message -----

  • Follow-Ups:
    • Re: Drag-n-Drop in NSOutlineView
      • From: Bruce Sturgen <email@hidden>
References: 
 >Drag-n-Drop in NSOutlineView (From: Bruce Sturgen <email@hidden>)

  • Prev by Date: Re: How to code a TableView into a CustomView?
  • Next by Date: Re: OSALoad/OSACompile block when machine is asleep
  • Previous by thread: Drag-n-Drop in NSOutlineView
  • Next by thread: Re: Drag-n-Drop in NSOutlineView
  • Index(es):
    • Date
    • Thread