This chapter lists the functions defined by the Application Kit. These functions a grouped into the following categories:
Accessibility |
Applications |
Events |
Fonts |
Graphics: general |
Graphics: window depth |
Interface styles |
OpenGL |
Panels |
Pasteboards |
System beep |
The NSAccessibilityPostNotification
function is
used to post an
accessibility
notification, which cannot be posted to the default notification
center. The remaining functions are used by the accessibility system
in Cocoa to manage what objects are visible to assistive
applications.
NSAccessibilityPostNotification
void
NSAccessibilityPostNotification(id
element
, NSString
*notification)
NSAccessibilityUnignoredAncestor
id
NSAccessibilityUnignoredAncestor(id
element)
NSAccessibilityUnignoredChildren
NSArray
*NSAccessibilityUnignoredChildren(NSArray
*originalChildren)
NSAccessibilityUnignoredChildrenForOnlyChild
NSArray
*NSAccessibilityUnignoredChildrenForOnlyChild(id
originalChild)
NSAccessibilityUnignoredDescendant
id
NSAccessibilityUnignoredDescendant(id
element)