blob: 4d14db1da1c07a49a9f4b063f95befcd4bbc814e [file] [log] [blame]
package org.eclipse.swt.internal.motif;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class XmTextVerifyCallbackStruct extends XmAnyCallbackStruct {
public byte doit; // 8
public int currInsert; // 12
public int newInsert; // 16
public int startPos; // 20
public int endPos; // 24
public int text; // 28
public static final int sizeof = 32;
}