Re: Cocoa et al as HCI usability problem
Re: Cocoa et al as HCI usability problem
- Subject: Re: Cocoa et al as HCI usability problem
- From: Jeff LaMarche <email@hidden>
- Date: Mon, 19 May 2008 13:40:25 -0400
On May 19, 2008, at 1:33 PM, Peter Duniho wrote:
NSColor color
{
set
{
undoManager.prepareWithInvocationTarget(this).color =
mColor;
mColor = value;
}
}
Are you sure about this? I'm just a little surprised to see that C#
API has an UndoManager with exactly the same syntax as Cocoa. Or were
you just demonstrating the syntax similarities between C and C#?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden