blob: 3e7bb7b85eda6ae0240032cdd380f82aae8c031a [file] [log] [blame]
package org.eclipse.swt.internal.carbon;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is 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
*/
public class ControlTabInfoRecV1 {
public short version;
public short iconSuiteID;
public int name;
public static final int sizeof = 8;
}