Changeset 246:fd9c62a2998e for dwt/custom/PaintObjectEvent.d
- Timestamp:
- 07/01/08 04:15:59 (6 months ago)
- Files:
-
- dwt/custom/PaintObjectEvent.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/PaintObjectEvent.d
r155 r246 1 1 /******************************************************************************* 2 * Copyright (c) 2000, 200 6IBM Corporation and others.2 * Copyright (c) 2000, 2008 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials 4 4 * are made available under the terms of the Eclipse Public License v1.0 … … 22 22 /** 23 23 * This event is sent when an object needs to be drawn. 24 * 25 * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a> 24 26 * 25 27 * @since 3.2 … … 69 71 static final long serialVersionUID = 3906081274027192855L; 70 72 73 /** 74 * Constructs a new instance of this class based on the 75 * information in the given event. 76 * 77 * @param e the event containing the information 78 */ 71 79 public this(StyledTextEvent e) { 72 80 super(cast(Object)e);
