KickJava   Java API By Example, From Geeks To Geeks.

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


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 AtkObjectClass {
16     public int /*long*/ get_name;
17     public int /*long*/ get_description;
18     public int /*long*/ get_parent;
19     public int /*long*/ get_n_children;
20     public int /*long*/ ref_child;
21     public int /*long*/ get_index_in_parent;
22     public int /*long*/ ref_relation_set;
23     public int /*long*/ get_role;
24     public int /*long*/ get_layer;
25     public int /*long*/ get_mdi_zorder;
26     public int /*long*/ ref_state_set;
27     public int /*long*/ set_name;
28     public int /*long*/ set_description;
29     public int /*long*/ set_parent;
30     public int /*long*/ set_role;
31     public int /*long*/ connect_property_change_handler;
32     public int /*long*/ remove_property_change_handler;
33     public int /*long*/ initialize;
34     public int /*long*/ children_changed;
35     public int /*long*/ focus_event;
36     public int /*long*/ property_change;
37     public int /*long*/ state_change;
38     public int /*long*/ visible_data_changed;
39 }
40
Popular Tags