Changeset 238:380bad9f6852 for dwt/custom/TextChangingEvent.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/custom/TextChangingEvent.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/custom/TextChangingEvent.d
r182 r238 12 12 *******************************************************************************/ 13 13 module dwt.custom.TextChangingEvent; 14 15 import dwt.dwthelper.utils; 14 16 15 17 … … 31 33 * if no text will be inserted 32 34 */ 33 public char[]newText;35 public String newText; 34 36 /** 35 37 * Length of text that is going to be replaced
