2007-04-07 21:00:25 -07:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* File Name (IA2TypeLibrary.idl)
|
|
|
|
*
|
|
|
|
* IAccessible2 IDL Specification
|
|
|
|
*
|
2009-09-10 18:07:56 -07:00
|
|
|
* Copyright (c) Linux Foundation 2007, 2009
|
|
|
|
* Copyright (c) IBM Corp. 2006
|
2007-04-07 21:00:25 -07:00
|
|
|
* 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("")
|
|
|
|
|
|
|
|
[
|
2009-09-10 18:07:56 -07:00
|
|
|
uuid(c974e070-3787-490a-87b0-e333b06ca1e2),
|
2007-04-07 21:00:25 -07:00
|
|
|
helpstring("IAccessible2 Type Library"),
|
2009-09-10 18:07:56 -07:00
|
|
|
version(1.1),
|
2007-04-07 21:00:25 -07:00
|
|
|
hidden
|
|
|
|
]
|
|
|
|
|
|
|
|
library IAccessible2Lib
|
|
|
|
{
|
2009-09-10 18:07:56 -07:00
|
|
|
importlib ("stdole2.tlb");
|
|
|
|
interface IAccessible2;
|
2007-04-07 21:00:25 -07:00
|
|
|
interface IAccessibleAction;
|
|
|
|
interface IAccessibleApplication;
|
|
|
|
interface IAccessibleComponent;
|
|
|
|
interface IAccessibleEditableText;
|
|
|
|
interface IAccessibleHyperlink;
|
|
|
|
interface IAccessibleHypertext;
|
|
|
|
interface IAccessibleImage;
|
|
|
|
interface IAccessibleRelation;
|
|
|
|
interface IAccessibleTable;
|
2009-09-10 18:07:56 -07:00
|
|
|
interface IAccessibleTable2;
|
|
|
|
interface IAccessibleTableCell;
|
2007-04-07 21:00:25 -07:00
|
|
|
interface IAccessibleText;
|
|
|
|
interface IAccessibleValue;
|
2009-09-10 18:07:56 -07:00
|
|
|
enum IA2CoordinateType;
|
|
|
|
enum IA2EventID;
|
|
|
|
enum IA2Role;
|
|
|
|
enum IA2ScrollType;
|
|
|
|
enum IA2States;
|
|
|
|
enum IA2TableModelChangeType;
|
|
|
|
enum IA2TextBoundaryType;
|
|
|
|
enum IA2TextSpecialOffsets;
|
2007-04-07 21:00:25 -07:00
|
|
|
}
|