comparison dwt/events/SelectionEvent.d @ 86:bef1ed4ebc50

again copied events from dwt-linux
author Frank Benoit <benoit@tionex.de>
date Wed, 06 Feb 2008 21:33:24 +0100
parents 9a64a7781bab
children ab60f3309436
comparison
equal deleted inserted replaced
85:a155324d7a44 86:bef1ed4ebc50
126 * Returns a string containing a concise, human-readable 126 * Returns a string containing a concise, human-readable
127 * description of the receiver. 127 * description of the receiver.
128 * 128 *
129 * @return a string representation of the event 129 * @return a string representation of the event
130 */ 130 */
131 override public char[] toString() { 131 public override char[] toString() {
132 return Format( "{} item={} detail={} x={} y={} width={} height={} stateMask={} text={} doit={}}", 132 return Format( "{} item={} detail={} x={} y={} width={} height={} stateMask={} text={} doit={}}",
133 super.toString[ 0 .. $-2 ], 133 super.toString[ 0 .. $-2 ],
134 item, 134 item,
135 detail, 135 detail,
136 x, 136 x,