• 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: NSFilenamesPboardType
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSFilenamesPboardType


  • Subject: Re: NSFilenamesPboardType
  • From: Andreas Mayer <email@hidden>
  • Date: Mon, 17 Feb 2003 03:44:55 +0100

Am Montag, 17.02.03 um 01:06 Uhr schrieb Greg Casey:

I've looked in the NSTableView.h header file to try and find out what the exact method signature for "draggingSourceOperationMaskForLocal:" is supposed to be, but can't find it. Any idea what type of parameter it takes?

It's part of the NSDraggingSource protocol:

- (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)flag;


What's the best way to find out something like this?

I use AppKiDo a lot. (http://homepage.mac.com/aglee/downloads)

But PB will show you the declaration too, if you just command-double-click the method name (if it is part of the source of some already compiled project).

And you may use PB's find function to look for declarations and/or documentation for anything you enter.

If you still did not find what you were looking for, search the list archives on cocoa.mamasam.com. I got several hits for "draggingSourceOperationMaskForLocal".


bye. Andreas.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: NSFilenamesPboardType (From: Greg Casey <email@hidden>)

  • Prev by Date: Re: Get path to user preference folder, problem solved!
  • Next by Date: RE: Get path to user preference folder, problem solved!
  • Previous by thread: Re: NSFilenamesPboardType
  • Next by thread: NSString is cutting off characters
  • Index(es):
    • Date
    • Thread