Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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
wine
wine-winehq
Commits
c97933fe
Commit
c97933fe
authored
Jul 28, 2022
by
Connor McAdams
Committed by
Alexandre Julliard
Aug 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add UI Automation Event ID definitions.
Signed-off-by:
Connor McAdams
<
cmcadams@codeweavers.com
>
parent
bc90f871
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
uiautomationclient.idl
include/uiautomationclient.idl
+43
-0
No files found.
include/uiautomationclient.idl
View file @
c97933fe
...
...
@@ -72,6 +72,49 @@ library UIAutomationClient {
/*
FIXME
:
Uncomment
when
properly
supported
in
widl
[
dllname
(
"<no entry points>"
)
]
module
UIA_EventIds
{
*/
const
long
UIA_ToolTipOpenedEventId
=
20000
;
const
long
UIA_ToolTipClosedEventId
=
20001
;
const
long
UIA_StructureChangedEventId
=
20002
;
const
long
UIA_MenuOpenedEventId
=
20003
;
const
long
UIA_AutomationPropertyChangedEventId
=
20004
;
const
long
UIA_AutomationFocusChangedEventId
=
20005
;
const
long
UIA_AsyncContentLoadedEventId
=
20006
;
const
long
UIA_MenuClosedEventId
=
20007
;
const
long
UIA_LayoutInvalidatedEventId
=
20008
;
const
long
UIA_Invoke_InvokedEventId
=
20009
;
const
long
UIA_SelectionItem_ElementAddedToSelectionEventId
=
20010
;
const
long
UIA_SelectionItem_ElementRemovedFromSelectionEventId
=
20011
;
const
long
UIA_SelectionItem_ElementSelectedEventId
=
20012
;
const
long
UIA_Selection_InvalidatedEventId
=
20013
;
const
long
UIA_Text_TextSelectionChangedEventId
=
20014
;
const
long
UIA_Text_TextChangedEventId
=
20015
;
const
long
UIA_Window_WindowOpenedEventId
=
20016
;
const
long
UIA_Window_WindowClosedEventId
=
20017
;
const
long
UIA_MenuModeStartEventId
=
20018
;
const
long
UIA_MenuModeEndEventId
=
20019
;
const
long
UIA_InputReachedTargetEventId
=
20020
;
const
long
UIA_InputReachedOtherElementEventId
=
20021
;
const
long
UIA_InputDiscardedEventId
=
20022
;
const
long
UIA_SystemAlertEventId
=
20023
;
const
long
UIA_LiveRegionChangedEventId
=
20024
;
const
long
UIA_HostedFragmentRootsInvalidatedEventId
=
20025
;
const
long
UIA_Drag_DragStartEventId
=
20026
;
const
long
UIA_Drag_DragCancelEventId
=
20027
;
const
long
UIA_Drag_DragCompleteEventId
=
20028
;
const
long
UIA_DropTarget_DragEnterEventId
=
20029
;
const
long
UIA_DropTarget_DragLeaveEventId
=
20030
;
const
long
UIA_DropTarget_DroppedEventId
=
20031
;
const
long
UIA_TextEdit_TextChangedEventId
=
20032
;
const
long
UIA_TextEdit_ConversionTargetChangedEventId
=
20033
;
/*
}
;
*/
/*
FIXME
:
Uncomment
when
properly
supported
in
widl
[
dllname
(
"<no entry points>"
)
]
module
UIA_PropertyIds
{
*/
...
...
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