KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > photon > PhWindowEvent_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 PhWindowEvent_t {
15     public int event_f;
16     public int state_f;
17     public int rid;
18 // PhPoint_t pos;
19
public short pos_x;
20     public short pos_y;
21 // PhDim_t size;
22
public short size_w;
23     public short size_h;
24     public short event_state;
25     public short input_group;
26     public int rsvd0, rsvd1, rsvd2, rsvd3;
27     public static final int sizeof = 40;
28 }
29
Popular Tags