blob: 4f6bbd33d08872ff076cf5f9bc6da1143ed1b777 [file] [log] [blame]
/*******************************************************************************
* 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.motif;
public class XmSpinBoxCallbackStruct extends XmAnyCallbackStruct {
/** @field cast=(Widget) */
public int widget;
/** @field cast=(Boolean) */
public byte doit;
public int position;
/** @field cast=(XmString) */
public int value;
/** @field cast=(Boolean) */
public byte crossed_boundary;
public static final int sizeof = 28;
}