comparison dwt/DWT.d @ 259:c0d810de7093

Update SWT 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 29 Jun 2008 14:33:38 +0200
parents ce446666f5a2
children 9e715c0a8376
comparison
equal deleted inserted replaced
257:cc1d3de0e80b 259:c0d810de7093
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 *
67 * widgets on each window system. These constants are marked 67 * widgets on each window system. These constants are marked
68 * as <em>HINT</em>s. The set of widgets which support a particular 68 * as <em>HINT</em>s. The set of widgets which support a particular
69 * <em>HINT</em> may change from release to release, although we typically 69 * <em>HINT</em> may change from release to release, although we typically
70 * will not withdraw support for a <em>HINT</em> once it is made available. 70 * will not withdraw support for a <em>HINT</em> once it is made available.
71 * </p> 71 * </p>
72 *
73 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
72 */ 74 */
73 75
74 /* NOTE: 76 /* NOTE:
75 * Good javadoc coding style is to put the values of static const 77 * Good javadoc coding style is to put the values of static const
76 * constants in the comments. This reinforces the fact that 78 * constants in the comments. This reinforces the fact that
441 * 443 *
442 * @see dwt.widgets.Widget#addListener 444 * @see dwt.widgets.Widget#addListener
443 * @see dwt.widgets.Display#addFilter 445 * @see dwt.widgets.Display#addFilter
444 * @see dwt.widgets.Event 446 * @see dwt.widgets.Event
445 * 447 *
448 * @see dwt.custom.CCombo#addVerifyListener
446 * @see dwt.widgets.Combo#addVerifyListener 449 * @see dwt.widgets.Combo#addVerifyListener
450 * @see dwt.custom.StyledText#addVerifyListener
447 * @see dwt.widgets.Text#addVerifyListener 451 * @see dwt.widgets.Text#addVerifyListener
448 * @see dwt.events.VerifyListener#verifyText 452 * @see dwt.events.VerifyListener#verifyText
449 * @see dwt.events.VerifyEvent 453 * @see dwt.events.VerifyEvent
450 */ 454 */
451 public static const int Verify = 25; 455 public static const int Verify = 25;