Changeset 238:380bad9f6852 for dwt/custom/LineStyleEvent.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/custom/LineStyleEvent.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/LineStyleEvent.d
r108 r238 12 12 *******************************************************************************/ 13 13 module dwt.custom.LineStyleEvent; 14 15 import dwt.dwthelper.utils; 14 16 15 17 import dwt.events.TypedEvent; … … 31 33 * line text (input) 32 34 */ 33 public char[]lineText;35 public String lineText; 34 36 35 37 /**
