mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
59 lines
1.9 KiB
Plaintext
59 lines
1.9 KiB
Plaintext
|
/*************************************************************************
|
||
|
*
|
||
|
* File Name (IA2TypeLibrary.idl)
|
||
|
*
|
||
|
* IAccessible2 IDL Specification
|
||
|
*
|
||
|
* Copyright (c) IBM Corp. 2007
|
||
|
* Copyright (c) Sun Microsystems, Inc. 2000, 2006
|
||
|
*
|
||
|
* This library is free software; you can redistribute it and/or
|
||
|
* modify it under the terms of the GNU Lesser General Public
|
||
|
* License version 2.1, as published by the Free Software Foundation; either
|
||
|
* version 2.1 of the License, or (at your option) any later version.
|
||
|
*
|
||
|
* This library is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
* Lesser General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU Lesser General Public
|
||
|
* License along with this library; if not, write to the Free Software
|
||
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02110-1301 USA
|
||
|
*
|
||
|
************************************************************************/
|
||
|
|
||
|
// This is not a standalone file. It is to be appended to the end of the
|
||
|
// merged IDL file.
|
||
|
|
||
|
cpp_quote("")
|
||
|
cpp_quote("// Type Library Definitions")
|
||
|
cpp_quote("")
|
||
|
|
||
|
[
|
||
|
uuid(21955A1E-5C3A-4E52-8CCB-CE587E75133E),
|
||
|
helpstring("IAccessible2 Type Library"),
|
||
|
version(1.0),
|
||
|
hidden
|
||
|
]
|
||
|
|
||
|
library IAccessible2Lib
|
||
|
{
|
||
|
importlib ("stdole2.tlb");
|
||
|
interface Accessible2;
|
||
|
interface IAccessibleAction;
|
||
|
interface IAccessibleApplication;
|
||
|
interface IAccessibleComponent;
|
||
|
interface IAccessibleEditableText;
|
||
|
interface IAccessibleEventId;
|
||
|
interface IAccessibleHyperlink;
|
||
|
interface IAccessibleHypertext;
|
||
|
interface IAccessibleImage;
|
||
|
interface IAccessibleRelation;
|
||
|
interface IAccessibleRole;
|
||
|
interface IAccessibleStates;
|
||
|
interface IAccessibleTable;
|
||
|
interface IAccessibleText;
|
||
|
interface IAccessibleValue;
|
||
|
}
|