KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > photon > PhRegion_t


1 /*******************************************************************************
2  * Copyright (c) 2000, 2003 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  *
8  * Contributors:
9  * IBM Corporation - initial API and implementation
10  *******************************************************************************/

11 package org.eclipse.swt.internal.photon;
12
13
14 public class PhRegion_t {
15     public int rid;
16     public int handle;
17     public int owner;
18     public int flags;
19     public short state;
20 // public short zero1;
21
public int events_sense;
22     public int events_opaque;
23     public short origin_x;
24     public short origin_y;
25     public int parent;
26     public int child;
27     public int bro_in_front;
28     public int bro_behind;
29     public int cursor_color;
30     public short input_group;
31     public short data_len;
32 // public int zero21;
33
// public int zero22;
34
public short cursor_type;
35 // public short zero3;
36
public static final int sizeof = 68;
37 }
38
Popular Tags