Re: Archiving or copying observers and elements
Re: Archiving or copying observers and elements
- Subject: Re: Archiving or copying observers and elements
- From: Mike Engber <email@hidden>
- Date: Fri, 13 Dec 2002 11:42:54 -0800
On Friday, December 13, 2002, at 02:24 AM, Bill Cheeseman wrote:
There are lots of confusions lurking in these APIs. The one that
caused me
the most trouble at the beginning is the fact that the "assistive" API
is
called "AXAccessibility.h", while in Cocoa the "accessibility" API is
called
"NSAccessibility.h".
This is on purpose. NSAccessibility.h is designed for use by targets -
Cocoa apps who want to make their custom controls accessible.
Cocoa does not attempt to provide ObjC api's for writing assistive
apps, but if we did they wouldn't belong in AXAccessibility.h.
Assistive apps should use AXAccessibility.h. Granted, if you're writing
your assistive app in Cocoa the constants in NSAccessibility.h are
convenient.
-ME
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.