Skip to main content
summaryrefslogtreecommitdiffstats
blob: aac48e602091b762cfda2882dc825101d926dffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package org.eclipse.swt.internal.photon;

/*
 * Licensed Materials - Property of IBM,
 * (c) Copyright IBM Corp. 1998, 2001  All Rights Reserved
 */

public class PtScrollbarCallback_t {
	public int action;
	public int position;
	public static final int sizeof = 8;
}

Back to the top