include: Add UI Automation Pattern ID definitions.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
44664237c9
commit
824ea8cbc5
|
@ -27,6 +27,49 @@ import "uiautomationcore.idl";
|
|||
library UIAutomationClient {
|
||||
importlib ("stdole2.tlb");
|
||||
|
||||
/* FIXME: Uncomment when properly supported in widl
|
||||
[dllname("<no entry points>")]
|
||||
module UIA_PatternIds
|
||||
{
|
||||
*/
|
||||
const long UIA_InvokePatternId = 10000;
|
||||
const long UIA_SelectionPatternId = 10001;
|
||||
const long UIA_ValuePatternId = 10002;
|
||||
const long UIA_RangeValuePatternId = 10003;
|
||||
const long UIA_ScrollPatternId = 10004;
|
||||
const long UIA_ExpandCollapsePatternId = 10005;
|
||||
const long UIA_GridPatternId = 10006;
|
||||
const long UIA_GridItemPatternId = 10007;
|
||||
const long UIA_MultipleViewPatternId = 10008;
|
||||
const long UIA_WindowPatternId = 10009;
|
||||
const long UIA_SelectionItemPatternId = 10010;
|
||||
const long UIA_DockPatternId = 10011;
|
||||
const long UIA_TablePatternId = 10012;
|
||||
const long UIA_TableItemPatternId = 10013;
|
||||
const long UIA_TextPatternId = 10014;
|
||||
const long UIA_TogglePatternId = 10015;
|
||||
const long UIA_TransformPatternId = 10016;
|
||||
const long UIA_ScrollItemPatternId = 10017;
|
||||
const long UIA_LegacyIAccessiblePatternId = 10018;
|
||||
const long UIA_ItemContainerPatternId = 10019;
|
||||
const long UIA_VirtualizedItemPatternId = 10020;
|
||||
const long UIA_SynchronizedInputPatternId = 10021;
|
||||
const long UIA_ObjectModelPatternId = 10022;
|
||||
const long UIA_AnnotationPatternId = 10023;
|
||||
const long UIA_TextPattern2Id = 10024;
|
||||
const long UIA_StylesPatternId = 10025;
|
||||
const long UIA_SpreadsheetPatternId = 10026;
|
||||
const long UIA_SpreadsheetItemPatternId = 10027;
|
||||
const long UIA_TransformPattern2Id = 10028;
|
||||
const long UIA_TextChildPatternId = 10029;
|
||||
const long UIA_DragPatternId = 10030;
|
||||
const long UIA_DropTargetPatternId = 10031;
|
||||
const long UIA_TextEditPatternId = 10032;
|
||||
const long UIA_CustomNavigationPatternId = 10033;
|
||||
/*
|
||||
}
|
||||
*/
|
||||
|
||||
/* FIXME: Uncomment when properly supported in widl
|
||||
[dllname("<no entry points>")]
|
||||
module UIA_PropertyIds
|
||||
|
|
Loading…
Reference in New Issue