blob: 7f6bb8ef2135879bc1729e3e68da9d8f1527a4be [file] [log] [blame]
package org.eclipse.swt.internal.gtk;
/*
* Copyright (c) IBM Corp. 2000, 2001. All rights reserved.
*
* The contents of this file are made available under the terms
* of the GNU Lesser General Public License (LGPL) Version 2.1 that
* accompanies this distribution (lgpl-v21.txt). The LGPL is also
* available at http://www.gnu.org/licenses/lgpl.html. If the version
* of the LGPL at http://www.gnu.org is different to the version of
* the LGPL accompanying this distribution and there is any conflict
* between the two license versions, the terms of the LGPL accompanying
* this distribution shall govern.
*/
public class GtkCTree extends GtkCList {
public int tree_indent;
public int tree_column;
public static final int sizeof = 276;
}