comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/accessibility/AccessibleTextEvent.d @ 26:f589fc20a5f9

work on linux phobos
author Frank Benoit <benoit@tionex.de>
date Sat, 21 Mar 2009 11:22:55 +0100
parents f713da8bc051
children 7a2dd761a8b2
comparison
equal deleted inserted replaced
25:f713da8bc051 26:f589fc20a5f9
14 14
15 import java.lang.all; 15 import java.lang.all;
16 16
17 17
18 import org.eclipse.swt.internal.SWTEventObject; 18 import org.eclipse.swt.internal.SWTEventObject;
19 import tango.text.convert.Format;
20 19
21 /** 20 /**
22 * Instances of this class are sent as a result of 21 * Instances of this class are sent as a result of
23 * accessibility clients sending messages to controls 22 * accessibility clients sending messages to controls
24 * asking for detailed information about the implementation 23 * asking for detailed information about the implementation