X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2dab56e91e68dfc14e6bc0a8e45a664e4a323fc8..93fa67c0e6124d2657488971800c8fd068dc0d0e:/docs/latex/wx/accessible.tex diff --git a/docs/latex/wx/accessible.tex b/docs/latex/wx/accessible.tex index c0935232f0..29231e29cc 100644 --- a/docs/latex/wx/accessible.tex +++ b/docs/latex/wx/accessible.tex @@ -291,9 +291,9 @@ this means that the child is a simple element and not an accessible object. \membersection{wxAccessible::GetChildCount}\label{wxaccessiblegetchildcount} -\func{virtual wxAccStatus}{GetChildCount}{\param{int* }{childId}} +\func{virtual wxAccStatus}{GetChildCount}{\param{int* }{childCount}} -Returns the number of children in {\it childId}. +Returns the number of children in {\it childCount}. \membersection{wxAccessible::GetDefaultAction}\label{wxaccessiblegetdefaultaction} @@ -336,6 +336,7 @@ Return e.g. ALT+K. \func{virtual wxAccStatus}{GetLocation}{\param{wxRect\& }{rect}, \param{int }{elementId}} Returns the rectangle for this object (id is 0) or a child element (id is greater than 0). +{\it rect} is in screen coordinates. \membersection{wxAccessible::GetName}\label{wxaccessiblegetname} @@ -401,15 +402,17 @@ Returns a status value and object id to indicate whether the given point was on a child object. Can return either a child object, or an integer representing the child element, starting from 1. +{\it pt} is in screen coordinates. + \membersection{wxAccessible::Navigate}\label{wxaccessiblenavigate} \func{virtual wxAccStatus}{Navigate}{\param{wxNavDir }{navDir}, \param{int }{fromId}, \param{int* }{toId}, \param{wxAccessible** }{toObject}} 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.