comparison dwt/widgets/ExpandItem.d @ 45:d8635bb48c7c

Merge with SWT 3.5
author Jacob Carlborg <doob@me.com>
date Mon, 01 Dec 2008 17:07:00 +0100
parents 1a8b3cb347e0
children a47b2ee8cbde
comparison
equal deleted inserted replaced
44:ca5e494f2bbf 45:d8635bb48c7c
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2006 IBM Corporation and others. 2 * Copyright (c) 2000, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
32 * </p><p> 32 * </p><p>
33 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 33 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
34 * </p> 34 * </p>
35 * 35 *
36 * @see ExpandBar 36 * @see ExpandBar
37 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
37 * 38 *
38 * @since 3.2 39 * @since 3.2
39 */ 40 */
40 public class ExpandItem : Item { 41 public class ExpandItem : Item {
41 ExpandBar parent; 42 ExpandBar parent;