blob: fcf589e0bd967df78ee82c86efd277f045090d76 [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.gtk;
public class GtkCListColumn {
public int title;
public short area_x;
public short area_y;
public short area_width;
public short area_height;
public int button;
public int window;
public int width;
public int min_width;
public int max_width;
public int justification;
public int visible;
public int width_set;
public int resizeable;
public int auto_resize;
public int button_passive;
public static final int sizeof = 40;
}