comparison dwt/DWT.d @ 246:fd9c62a2998e

Updater SWT 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Tue, 01 Jul 2008 10:15:59 +0200
parents 36f5cb12e1a2
children f7a1b148cb35
comparison
equal deleted inserted replaced
245:d8c3d4a4f2b0 246:fd9c62a2998e
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 *
58 * widgets on each window system. These constants are marked 58 * widgets on each window system. These constants are marked
59 * as <em>HINT</em>s. The set of widgets which support a particular 59 * as <em>HINT</em>s. The set of widgets which support a particular
60 * <em>HINT</em> may change from release to release, although we typically 60 * <em>HINT</em> may change from release to release, although we typically
61 * will not withdraw support for a <em>HINT</em> once it is made available. 61 * will not withdraw support for a <em>HINT</em> once it is made available.
62 * </p> 62 * </p>
63 *
64 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
63 */ 65 */
64 66
65 /* NOTE: 67 /* NOTE:
66 * Good javadoc coding style is to put the values of static const 68 * Good javadoc coding style is to put the values of static const
67 * constants in the comments. This reinforces the fact that 69 * constants in the comments. This reinforces the fact that
432 * 434 *
433 * @see dwt.widgets.Widget#addListener 435 * @see dwt.widgets.Widget#addListener
434 * @see dwt.widgets.Display#addFilter 436 * @see dwt.widgets.Display#addFilter
435 * @see dwt.widgets.Event 437 * @see dwt.widgets.Event
436 * 438 *
439 * @see dwt.custom.CCombo#addVerifyListener
437 * @see dwt.widgets.Combo#addVerifyListener 440 * @see dwt.widgets.Combo#addVerifyListener
441 * @see dwt.custom.StyledText#addVerifyListener
438 * @see dwt.widgets.Text#addVerifyListener 442 * @see dwt.widgets.Text#addVerifyListener
439 * @see dwt.events.VerifyListener#verifyText 443 * @see dwt.events.VerifyListener#verifyText
440 * @see dwt.events.VerifyEvent 444 * @see dwt.events.VerifyEvent
441 */ 445 */
442 public static const int Verify = 25; 446 public static const int Verify = 25;