X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a37e4a071ce9bbd6825fb6c6a03154d4318d2cff..1c0f361be288df133c766e04cc857b3e4682b31a:/docs/latex/wx/accessible.tex?ds=sidebyside diff --git a/docs/latex/wx/accessible.tex b/docs/latex/wx/accessible.tex index faa5c9e9fc..3ea63cc8b3 100644 --- a/docs/latex/wx/accessible.tex +++ b/docs/latex/wx/accessible.tex @@ -5,10 +5,10 @@ \section{\class{wxAccessible}}\label{wxaccessible} -The wxAccessible class allows wxWindows applications, and -wxWindows itself, to return extended information about user interface elements +The wxAccessible class allows wxWidgets applications, and +wxWidgets itself, to return extended information about user interface elements to client applications such as screen readers. This is the -main way in which wxWindows implements accessibility features. +main way in which wxWidgets implements accessibility features. At present, only Microsoft Active Accessibility is supported by this class. @@ -32,7 +32,7 @@ wxAccessible; for example, the sash of a splitter window. For details on the semantics of functions and types, please refer to the Microsoft Active Accessibility 1.2 documentation. -This class is compiled into wxWindows only if the wxUSE\_ACCESSIBILITY setup +This class is compiled into wxWidgets only if the wxUSE\_ACCESSIBILITY setup symbol is set to 1. \wxheading{Derived from} @@ -410,9 +410,9 @@ representing the child element, starting from 1. Navigates from {\it fromId} to {\it toId}/{\it toObject}. -\membersection{wxAccessible::Notify}\label{wxaccessiblenotify} +\membersection{wxAccessible::NotifyEvent}\label{wxaccessiblenotifyevent} -\func{virtual static void}{Notify}{\param{int}{ eventType}, \param{wxWindow* }{window}, \param{wxAccObjectt }{objectType}, \param{int }{objectType}} +\func{virtual static void}{NotifyEvent}{\param{int}{ eventType}, \param{wxWindow* }{window}, \param{wxAccObjectt }{objectType}, \param{int }{objectType}} Allows the application to send an event when something changes in an accessible object.