Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aleksandr Isakov
wine-fonts
Commits
3ff91992
Commit
3ff91992
authored
Jul 09, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix the spelling of some comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
parent
d01b13f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
iaccessible2.idl
include/wine/iaccessible2.idl
+6
-6
No files found.
include/wine/iaccessible2.idl
View file @
3ff91992
...
...
@@ -1350,7 +1350,7 @@ IA2_STATE_PINNED = 0x80000
@
ref
_indexes
\
n
@
ref
_enumBase
\
n
@
ref
_specialOffsets
\
n
@
ref
_dicoveringInterfaces
\
n
@
ref
_di
s
coveringInterfaces
\
n
@
ref
_changingInterfaces
\
n
@
ref
_applicationInfo
\
n
@
ref
_childIDs
\
n
...
...
@@ -1440,7 +1440,7 @@ IA2_STATE_PINNED = 0x80000
Since
the
same
offset
is
associated
with
two
different
lines
a
special
means
is
needed
to
fetch
text
from
the
line
where
the
caret
is
physically
located
.
@
section
_dicoveringInterfaces
Discovery
of
Interfaces
@
section
_di
s
coveringInterfaces
Discovery
of
Interfaces
In
general
AT
(
Assistive
Technology
)
should
try
IAccessible2
interfaces
,
followed
by
using
the
MSAA
(
Microsoft
&
reg
; Active Accessibility®) interfaces. (In cases where the an application
is
known
to
have
custom
interfaces
which
provide
information
not
supplied
by
IAccessible2
...
...
@@ -2381,7 +2381,7 @@ enum IA2TextBoundaryType {
that present textual information on the display like buttons,
text entry fields, or text portions of the document window. The interface
provides access to the text'
s
content
,
attributes
,
and
spatial
location
.
However
,
text
can
not
be
modified
with
this
interface
.
That
is
the
task
However
,
text
cannot
be
modified
with
this
interface
.
That
is
the
task
of
the
IAccessibleEditableText
interface
.
The
text
length
,
i
.
e.
the
number
of
characters
in
the
text
,
is
...
...
@@ -3686,7 +3686,7 @@ interface IAccessibleHypertext : IAccessibleText
/**
@
brief
This
interface
exposes
information
about
hypertext
in
a
document
.
The
%
IAccessibleHypertext2
interface
extends
the
functinality
of
the
%
IAccessibleHypertext
inteface
.
%
IAccessibleHypertext
inte
r
face
.
*/
[
object
,
uuid
(
CF64D89F
-
8287
-
4B44
-
8501
-
A827453A6077
)
]
interface
IAccessibleHypertext2
:
IAccessibleHypertext
...
...
@@ -4326,7 +4326,7 @@ interface IAccessibleTable : IUnknown
Please also refer to the IAccessibleTableCell interface.
If you want to support older applications you should also support the
IAccessibleTable inteface.
IAccessibleTable inte
r
face.
*/
[object, uuid(6167f295-06f0-4cdd-a1fa-02e25153d869)]
interface IAccessibleTable2 : IUnknown
...
...
@@ -4821,7 +4821,7 @@ interface IAccessibleTableCell : IUnknown
[out, retval] boolean *isSelected
);
/** @brief Returns a reference to the access
bi
le of the containing table.
/** @brief Returns a reference to the access
ib
le of the containing table.
@param [out] table
Returns a reference to the IUnknown of the containing table.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment