KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > accessibility > gtk > AtkComponentIface


1 /*******************************************************************************
2  * Copyright (c) 2000, 2004 IBM Corporation and others. All rights reserved.
3  * The contents of this file are made available under the terms
4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that
5  * accompanies this distribution (lgpl-v21.txt). The LGPL is also
6  * available at http://www.gnu.org/licenses/lgpl.html. If the version
7  * of the LGPL at http://www.gnu.org is different to the version of
8  * the LGPL accompanying this distribution and there is any conflict
9  * between the two license versions, the terms of the LGPL accompanying
10  * this distribution shall govern.
11  *******************************************************************************/

12 package org.eclipse.swt.internal.accessibility.gtk;
13
14
15 public class AtkComponentIface {
16     public int /*long*/ add_focus_handler;
17     public int /*long*/ contains;
18     public int /*long*/ ref_accessible_at_point;
19     public int /*long*/ get_extents;
20     public int /*long*/ get_position;
21     public int /*long*/ get_size;
22     public int /*long*/ grab_focus;
23     public int /*long*/ remove_focus_handler;
24     public int /*long*/ set_extents;
25     public int /*long*/ set_position;
26     public int /*long*/ set_size;
27     public int /*long*/ get_layer;
28     public int /*long*/ get_mdi_zorder;
29 }
30
Popular Tags