blob: e9551e5f0b1177e9c08d7ba4eb6fa270bd45b68e [file] [log] [blame]
package org.eclipse.swt.internal.motif;
/*
* 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 XtWidgetGeometry {
public int request_mode;
public int x, y;
public int width, height, border_width;
public int sibling;
public int stack_mode;
public static final int sizeof = 24;
}