comparison dwt/accessibility/AccessibleTextListener.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents d8635bb48c7c
children
comparison
equal deleted inserted replaced
122:2e671fa40eec 123:63a09873578e
43 * @see AccessibleTextEvent 43 * @see AccessibleTextEvent
44 * 44 *
45 * @since 3.0 45 * @since 3.0
46 */ 46 */
47 public interface AccessibleTextListener : DWTEventListener { 47 public interface AccessibleTextListener : DWTEventListener {
48 48
49 /** 49 /**
50 * Sent when an accessibility client requests the current character offset 50 * Sent when an accessibility client requests the current character offset
51 * of the text caret. 51 * of the text caret.
52 * <p> 52 * <p>
53 * Return the caret offset in the <code>offset</code> 53 * Return the caret offset in the <code>offset</code>
58 * <li>childID [IN] - an identifier specifying a child of the control</li> 58 * <li>childID [IN] - an identifier specifying a child of the control</li>
59 * <li>offset [OUT] - the current offset of the text caret</li> 59 * <li>offset [OUT] - the current offset of the text caret</li>
60 * </ul> 60 * </ul>
61 */ 61 */
62 public void getCaretOffset (AccessibleTextEvent e); 62 public void getCaretOffset (AccessibleTextEvent e);
63 63
64 /** 64 /**
65 * Sent when an accessibility client requests the range of the current 65 * Sent when an accessibility client requests the range of the current
66 * text selection. 66 * text selection.
67 * <p> 67 * <p>
68 * Return the selection start offset and non-negative length in the 68 * Return the selection start offset and non-negative length in the