summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PtTreeItem_t.java
blob: d411b93bd9e72ad2860c49c0eefc713f0a9589df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package org.eclipse.swt.internal.photon;

/*
 * (c) Copyright IBM Corp. 2000, 2001.
 * All Rights Reserved
 */

public class PtTreeItem_t {
	public int list_flags;
	public short list_size_w;
	public short list_size_h;
	public int list_next;
	public int list_prev;
	public int father;
	public int son;
	public int brother;
	public short dim_w;
	public short dim_h;
	public short img_set;
	public short img_unset;
	public int data;
//	char string [1];
//	byte string;
	public static final int sizeof = 40;
}