Re: List of delegates
Re: List of delegates
- Subject: Re: List of delegates
- From: email@hidden
- Date: Tue, 07 May 2002 09:13:36 -0700
Dustin Voss wrote:
|I always have trouble finding out what an object's delegate's functions
|can be. Is there a list of delegate functions somewhere? Specifically,
|what are the delegate functions of NSWindow?
They're listed after the methods of NSWindow itself, in the "Methods Implemented By the Delegate" section (before the list of notifications). Generally, any object with a delegate as a "Methods Implemented By the Delegate" section which lists what the delegate is expected to respond to.
Glen Fisher
_______________________________________________
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.