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