Corrected some wxAccessible mistakes
Implemented some SplitterWindowAccessible functions in sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,6 +402,8 @@ 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}}
|
||||
|
Reference in New Issue
Block a user