VirtualBox

source: vbox/trunk/src/VBox/Devices/Graphics/shaderlib/wine/include/uiautomationclient.idl@ 53206

Last change on this file since 53206 was 53206, checked in by vboxsync, 10 years ago

Devices/vmsvga: header fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.3 KB
Line 
1/*
2 * Copyright 2012 Jacek Caban for CodeWeavers
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19/*
20 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
23 * a choice of LGPL license versions is made available with the language indicating
24 * that LGPLv2 or any later version may be used, or where a choice of which version
25 * of the LGPL is applied is otherwise unspecified.
26 */
27
28#define DO_NO_IMPORTS
29import "uiautomationcore.idl";
30
31[
32 uuid(944de083-8fb8-45cf-bcb7-c477acb2f897),
33 lcid(0),
34 version(1.0)
35]
36library UIAutomationClient {
37 importlib ("stdole2.tlb");
38
39 /* FIXME: Uncomment when properly supported in widl
40 [dllname("<no entry points>")]
41 module UIA_PropertyIds
42 {
43 */
44 const long UIA_RuntimeIdPropertyId = 30000;
45 const long UIA_BoundingRectanglePropertyId = 30001;
46 const long UIA_ProcessIdPropertyId = 30002;
47 const long UIA_ControlTypePropertyId = 30003;
48 const long UIA_LocalizedControlTypePropertyId = 30004;
49 const long UIA_NamePropertyId = 30005;
50 const long UIA_AcceleratorKeyPropertyId = 30006;
51 const long UIA_AccessKeyPropertyId = 30007;
52 const long UIA_HasKeyboardFocusPropertyId = 30008;
53 const long UIA_IsKeyboardFocusablePropertyId = 30009;
54 const long UIA_IsEnabledPropertyId = 30010;
55 const long UIA_AutomationIdPropertyId = 30011;
56 const long UIA_ClassNamePropertyId = 30012;
57 const long UIA_HelpTextPropertyId = 30013;
58 const long UIA_ClickablePointPropertyId = 30014;
59 const long UIA_CulturePropertyId = 30015;
60 const long UIA_IsControlElementPropertyId = 30016;
61 const long UIA_IsContentElementPropertyId = 30017;
62 const long UIA_LabeledByPropertyId = 30018;
63 const long UIA_IsPasswordPropertyId = 30019;
64 const long UIA_NativeWindowHandlePropertyId = 30020;
65 const long UIA_ItemTypePropertyId = 30021;
66 const long UIA_IsOffscreenPropertyId = 30022;
67 const long UIA_OrientationPropertyId = 30023;
68 const long UIA_FrameworkIdPropertyId = 30024;
69 const long UIA_IsRequiredForFormPropertyId = 30025;
70 const long UIA_ItemStatusPropertyId = 30026;
71 const long UIA_IsDockPatternAvailablePropertyId = 30027;
72 const long UIA_IsExpandCollapsePatternAvailablePropertyId = 30028;
73 const long UIA_IsGridItemPatternAvailablePropertyId = 30029;
74 const long UIA_IsGridPatternAvailablePropertyId = 30030;
75 const long UIA_IsInvokePatternAvailablePropertyId = 30031;
76 const long UIA_IsMultipleViewPatternAvailablePropertyId = 30032;
77 const long UIA_IsRangeValuePatternAvailablePropertyId = 30033;
78 const long UIA_IsScrollPatternAvailablePropertyId = 30034;
79 const long UIA_IsScrollItemPatternAvailablePropertyId = 30035;
80 const long UIA_IsSelectionItemPatternAvailablePropertyId = 30036;
81 const long UIA_IsSelectionPatternAvailablePropertyId = 30037;
82 const long UIA_IsTablePatternAvailablePropertyId = 30038;
83 const long UIA_IsTableItemPatternAvailablePropertyId = 30039;
84 const long UIA_IsTextPatternAvailablePropertyId = 30040;
85 const long UIA_IsTogglePatternAvailablePropertyId = 30041;
86 const long UIA_IsTransformPatternAvailablePropertyId = 30042;
87 const long UIA_IsValuePatternAvailablePropertyId = 30043;
88 const long UIA_IsWindowPatternAvailablePropertyId = 30044;
89 const long UIA_ValueValuePropertyId = 30045;
90 const long UIA_ValueIsReadOnlyPropertyId = 30046;
91 const long UIA_RangeValueValuePropertyId = 30047;
92 const long UIA_RangeValueIsReadOnlyPropertyId = 30048;
93 const long UIA_RangeValueMinimumPropertyId = 30049;
94 const long UIA_RangeValueMaximumPropertyId = 30050;
95 const long UIA_RangeValueLargeChangePropertyId = 30051;
96 const long UIA_RangeValueSmallChangePropertyId = 30052;
97 const long UIA_ScrollHorizontalScrollPercentPropertyId = 30053;
98 const long UIA_ScrollHorizontalViewSizePropertyId = 30054;
99 const long UIA_ScrollVerticalScrollPercentPropertyId = 30055;
100 const long UIA_ScrollVerticalViewSizePropertyId = 30056;
101 const long UIA_ScrollHorizontallyScrollablePropertyId = 30057;
102 const long UIA_ScrollVerticallyScrollablePropertyId = 30058;
103 const long UIA_SelectionSelectionPropertyId = 30059;
104 const long UIA_SelectionCanSelectMultiplePropertyId = 30060;
105 const long UIA_SelectionIsSelectionRequiredPropertyId = 30061;
106 const long UIA_GridRowCountPropertyId = 30062;
107 const long UIA_GridColumnCountPropertyId = 30063;
108 const long UIA_GridItemRowPropertyId = 30064;
109 const long UIA_GridItemColumnPropertyId = 30065;
110 const long UIA_GridItemRowSpanPropertyId = 30066;
111 const long UIA_GridItemColumnSpanPropertyId = 30067;
112 const long UIA_GridItemContainingGridPropertyId = 30068;
113 const long UIA_DockDockPositionPropertyId = 30069;
114 const long UIA_ExpandCollapseExpandCollapseStatePropertyId = 30070;
115 const long UIA_MultipleViewCurrentViewPropertyId = 30071;
116 const long UIA_MultipleViewSupportedViewsPropertyId = 30072;
117 const long UIA_WindowCanMaximizePropertyId = 30073;
118 const long UIA_WindowCanMinimizePropertyId = 30074;
119 const long UIA_WindowWindowVisualStatePropertyId = 30075;
120 const long UIA_WindowWindowInteractionStatePropertyId = 30076;
121 const long UIA_WindowIsModalPropertyId = 30077;
122 const long UIA_WindowIsTopmostPropertyId = 30078;
123 const long UIA_SelectionItemIsSelectedPropertyId = 30079;
124 const long UIA_SelectionItemSelectionContainerPropertyId = 30080;
125 const long UIA_TableRowHeadersPropertyId = 30081;
126 const long UIA_TableColumnHeadersPropertyId = 30082;
127 const long UIA_TableRowOrColumnMajorPropertyId = 30083;
128 const long UIA_TableItemRowHeaderItemsPropertyId = 30084;
129 const long UIA_TableItemColumnHeaderItemsPropertyId = 30085;
130 const long UIA_ToggleToggleStatePropertyId = 30086;
131 const long UIA_TransformCanMovePropertyId = 30087;
132 const long UIA_TransformCanResizePropertyId = 30088;
133 const long UIA_TransformCanRotatePropertyId = 30089;
134 const long UIA_IsLegacyIAccessiblePatternAvailablePropertyId = 30090;
135 const long UIA_LegacyIAccessibleChildIdPropertyId = 30091;
136 const long UIA_LegacyIAccessibleNamePropertyId = 30092;
137 const long UIA_LegacyIAccessibleValuePropertyId = 30093;
138 const long UIA_LegacyIAccessibleDescriptionPropertyId = 30094;
139 const long UIA_LegacyIAccessibleRolePropertyId = 30095;
140 const long UIA_LegacyIAccessibleStatePropertyId = 30096;
141 const long UIA_LegacyIAccessibleHelpPropertyId = 30097;
142 const long UIA_LegacyIAccessibleKeyboardShortcutPropertyId = 30098;
143 const long UIA_LegacyIAccessibleSelectionPropertyId = 30099;
144 const long UIA_LegacyIAccessibleDefaultActionPropertyId = 30100;
145 const long UIA_AriaRolePropertyId = 30101;
146 const long UIA_AriaPropertiesPropertyId = 30102;
147 const long UIA_IsDataValidForFormPropertyId = 30103;
148 const long UIA_ControllerForPropertyId = 30104;
149 const long UIA_DescribedByPropertyId = 30105;
150 const long UIA_FlowsToPropertyId = 30106;
151 const long UIA_ProviderDescriptionPropertyId = 30107;
152 const long UIA_IsItemContainerPatternAvailablePropertyId = 30108;
153 const long UIA_IsVirtualizedItemPatternAvailablePropertyId = 30109;
154 const long UIA_IsSynchronizedInputPatternAvailablePropertyId = 30110;
155 /*
156 }
157 */
158}
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette