Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/events/SelectionEvent.d

    r86 r212  
    1919 
    2020import tango.text.convert.Format; 
     21import dwt.dwthelper.utils; 
     22 
    2123/** 
    2224 * Instances of this class are sent as a result of 
     
    9395     * @since 3.1 
    9496     */ 
    95     public char[] text; 
     97    public String text; 
    9698 
    9799    /** 
     
    129131 * @return a string representation of the event 
    130132 */ 
    131 public override char[] toString() { 
     133public override String toString() { 
    132134    return Format( "{} item={} detail={} x={} y={} width={} height={} stateMask={} text={} doit={}}", 
    133135        super.toString[ 0 .. $-2 ],