[Pyobjc-dev] informal_protocol
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2003-02-28 15:21:33
|
On Friday, Feb 28, 2003, at 07:54 US/Eastern, Ronald Oussoren wrote: > Yup. Feel free to add this to Lib/AppKit/__init__.py ;-). It should > contain all the methods a NSOutlineView delegate can implement. > > We should probably add informal_protocol definitions for all delegates > in Cocoa. Yes. When defining such a thing, there is no need to wrap methods where all of the arguments are objects and the return value is an object. Correct? I'm adding NSOutlineViewDelegate now. b.bum |