KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > gtk > GtkWidgetClass


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.gtk;
13
14
15 public class GtkWidgetClass extends GObjectClass {
16     public int activate_signal;
17     public int set_scroll_adjustments_signal;
18     public int /*long*/ dispatch_child_properties_changed;
19     public int /*long*/ show;
20     public int /*long*/ show_all;
21     public int /*long*/ hide;
22     public int /*long*/ hide_all;
23     public int /*long*/ map;
24     public int /*long*/ unmap;
25     public int /*long*/ realize;
26     public int /*long*/ unrealize;
27     public int /*long*/ size_request;
28     public int /*long*/ size_allocate;
29     public int /*long*/ state_changed;
30     public int /*long*/ parent_set;
31     public int /*long*/ hierarchy_changed;
32     public int /*long*/ style_set;
33     public int /*long*/ direction_changed;
34     public int /*long*/ grab_notify;
35     public int /*long*/ child_notify;
36     public int /*long*/ mnemonic_activate;
37     public int /*long*/ grab_focus;
38     public int /*long*/ focus;
39     public int /*long*/ event;
40     public int /*long*/ button_press_event;
41     public int /*long*/ button_release_event;
42     public int /*long*/ scroll_event;
43     public int /*long*/ motion_notify_event;
44     public int /*long*/ delete_event;
45     public int /*long*/ destroy_event;
46     public int /*long*/ expose_event;
47     public int /*long*/ key_press_event;
48     public int /*long*/ key_release_event;
49     public int /*long*/ enter_notify_event;
50     public int /*long*/ leave_notify_event;
51     public int /*long*/ configure_event;
52     public int /*long*/ focus_in_event;
53     public int /*long*/ focus_out_event;
54     public int /*long*/ map_event;
55     public int /*long*/ unmap_event;
56     public int /*long*/ property_notify_event;
57     public int /*long*/ selection_clear_event;
58     public int /*long*/ selection_request_event;
59     public int /*long*/ selection_notify_event;
60     public int /*long*/ proximity_in_event;
61     public int /*long*/ proximity_out_event;
62     public int /*long*/ visibility_notify_event;
63     public int /*long*/ client_event;
64     public int /*long*/ no_expose_event;
65     public int /*long*/ window_state_event;
66     public int /*long*/ selection_get;
67     public int /*long*/ selection_received;
68     public int /*long*/ drag_begin;
69     public int /*long*/ drag_end;
70     public int /*long*/ drag_data_get;
71     public int /*long*/ drag_data_delete;
72     public int /*long*/ drag_leave;
73     public int /*long*/ drag_motion;
74     public int /*long*/ drag_drop;
75     public int /*long*/ drag_data_received;
76     public int /*long*/ popup_menu;
77     public int /*long*/ show_help;
78     public int /*long*/ get_accessible;
79     public int /*long*/ screen_changed;
80 }
81
Popular Tags