Re: NSFilenamesPboardType
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.