summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/photon/org/eclipse/swt/internal/photon/PtFileSelectionInfo_t.java
blob: 0f63cc12288548f68b980dd1edd79a6472ef9035 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*******************************************************************************
 * Copyright (c) 2000, 2008 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
package org.eclipse.swt.internal.photon;


public class PtFileSelectionInfo_t {
	public short ret;
	public byte [] path = new byte [(OS.PATH_MAX + OS.NAME_MAX + 4) & (~3)];
	public PhDim_t dim = new PhDim_t ();
	public PhPoint_t pos = new PhPoint_t ();
	public byte [] format = new byte [80];
	public byte [] fspec = new byte [80];
	/** @field cast=(void *) */
	public int user_data;
	/** @field cast=(void *) */
	public int confirm_display;
	/** @field cast=(void *) */
	public int confirm_selection;
	/** @field cast=(void *) */
	public int new_directory;
	/** @field cast=(char *) */
	public int btn1;
	/** @field cast=(char *) */
	public int btn2;
	public int num_args;
	/** @field cast=(void *) */
	public int args;
	/** @field cast=(PtFileSelectorInfo_t *) */
	public int minfo;
	/** @field cast=(long *) */
	public int [] spare = new int [3];
	public static final int sizeof = 1500;
}