Re: Problems subclassing NSTableView and NSOutlineView
Re: Problems subclassing NSTableView and NSOutlineView
- Subject: Re: Problems subclassing NSTableView and NSOutlineView
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 6 Jul 2005 23:21:18 -0700
On Jul 6, 2005, at 10:14 PM, Todd Blanchard wrote:
[...] but for one who gets the concept and has used it in half a
dozen other languages, the essentials of the implementation are
missing. [...]
The only one that is clear is that I need to provide
+(void)initialize
{
[self exposeBinding: @"rowColor"];
}
Per the documentation,
"The other methods—the class method exposeBinding: and the instance
methods exposedBindings and valueClassForBinding:—are useful only in
an Interface Builder palette."
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Concepts/HowDoBindingsWork.html#//apple_ref/doc/uid/
20002373>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden