comparison dwt/widgets/CoolItem.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 a3f5118c8b37
comparison
equal deleted inserted replaced
44:ca5e494f2bbf 45:d8635bb48c7c
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2007 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 *
37 * <dd>Selection</dd> 37 * <dd>Selection</dd>
38 * </dl> 38 * </dl>
39 * <p> 39 * <p>
40 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 40 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
41 * </p> 41 * </p>
42 *
43 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
42 */ 44 */
43 public class CoolItem : Item { 45 public class CoolItem : Item {
44 Control control; 46 Control control;
45 CoolBar parent; 47 CoolBar parent;
46 bool ideal; 48 bool ideal;