Changeset 212:ab60f3309436 for dwt/custom/BidiSegmentEvent.d
- Timestamp:
- 05/04/08 18:12:38 (7 months ago)
- Files:
-
- dwt/custom/BidiSegmentEvent.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/BidiSegmentEvent.d
r155 r212 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2005 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 16 16 import dwt.events.TypedEvent; 17 17 import dwt.custom.StyledTextEvent; 18 import dwt.dwthelper.utils; 18 19 19 20 /** … … 71 72 * line text 72 73 */ 73 public char[]lineText;74 public String lineText; 74 75 75 76 /**
