blob: a2a109fb7dea83a9dce40a3489290ad9a533510b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.carbon;
public class DataBrowserCustomCallbacks {
public int version;
public int v1_drawItemCallback;
public int v1_editTextCallback;
public int v1_hitTestCallback;
public int v1_trackingCallback;
public int v1_dragRegionCallback;
public int v1_acceptDragCallback;
public int v1_receiveDragCallback;
public static final int sizeof = 32;
}