Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
84141b5a
Commit
84141b5a
authored
Apr 29, 2022
by
Connor McAdams
Committed by
Alexandre Julliard
Jun 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add UI Automation Control Type ID definitions.
Signed-off-by:
Connor McAdams
<
cmcadams@codeweavers.com
>
parent
2692e59f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
uiautomationclient.idl
include/uiautomationclient.idl
+49
-0
No files found.
include/uiautomationclient.idl
View file @
84141b5a
...
...
@@ -253,4 +253,53 @@ library UIAutomationClient {
/*
}
*/
/*
FIXME
:
Uncomment
when
properly
supported
in
widl
[
dllname
(
"<no entry points>"
)
]
module
UIA_ControlTypeIds
{
*/
const
long
UIA_ButtonControlTypeId
=
50000
;
const
long
UIA_CalendarControlTypeId
=
50001
;
const
long
UIA_CheckBoxControlTypeId
=
50002
;
const
long
UIA_ComboBoxControlTypeId
=
50003
;
const
long
UIA_EditControlTypeId
=
50004
;
const
long
UIA_HyperlinkControlTypeId
=
50005
;
const
long
UIA_ImageControlTypeId
=
50006
;
const
long
UIA_ListItemControlTypeId
=
50007
;
const
long
UIA_ListControlTypeId
=
50008
;
const
long
UIA_MenuControlTypeId
=
50009
;
const
long
UIA_MenuBarControlTypeId
=
50010
;
const
long
UIA_MenuItemControlTypeId
=
50011
;
const
long
UIA_ProgressBarControlTypeId
=
50012
;
const
long
UIA_RadioButtonControlTypeId
=
50013
;
const
long
UIA_ScrollBarControlTypeId
=
50014
;
const
long
UIA_SliderControlTypeId
=
50015
;
const
long
UIA_SpinnerControlTypeId
=
50016
;
const
long
UIA_StatusBarControlTypeId
=
50017
;
const
long
UIA_TabControlTypeId
=
50018
;
const
long
UIA_TabItemControlTypeId
=
50019
;
const
long
UIA_TextControlTypeId
=
50020
;
const
long
UIA_ToolBarControlTypeId
=
50021
;
const
long
UIA_ToolTipControlTypeId
=
50022
;
const
long
UIA_TreeControlTypeId
=
50023
;
const
long
UIA_TreeItemControlTypeId
=
50024
;
const
long
UIA_CustomControlTypeId
=
50025
;
const
long
UIA_GroupControlTypeId
=
50026
;
const
long
UIA_ThumbControlTypeId
=
50027
;
const
long
UIA_DataGridControlTypeId
=
50028
;
const
long
UIA_DataItemControlTypeId
=
50029
;
const
long
UIA_DocumentControlTypeId
=
50030
;
const
long
UIA_SplitButtonControlTypeId
=
50031
;
const
long
UIA_WindowControlTypeId
=
50032
;
const
long
UIA_PaneControlTypeId
=
50033
;
const
long
UIA_HeaderControlTypeId
=
50034
;
const
long
UIA_HeaderItemControlTypeId
=
50035
;
const
long
UIA_TableControlTypeId
=
50036
;
const
long
UIA_TitleBarControlTypeId
=
50037
;
const
long
UIA_SeparatorControlTypeId
=
50038
;
const
long
UIA_SemanticZoomControlTypeId
=
50039
;
const
long
UIA_AppBarControlTypeId
=
50040
;
/*
}
;
*/
}
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