comparison dwt/widgets/Link.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children 1a8b3cb347e0
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
44 * IMPORTANT: This class is <em>not</em> intended to be subclassed. 44 * IMPORTANT: This class is <em>not</em> intended to be subclassed.
45 * </p> 45 * </p>
46 * 46 *
47 * @since 3.1 47 * @since 3.1
48 */ 48 */
49 public class Link extends Control { 49 public class Link : Control {
50 NSScrollView scrollView; 50 NSScrollView scrollView;
51 String text; 51 String text;
52 Point [] offsets; 52 Point [] offsets;
53 Point selection; 53 Point selection;
54 String [] ids; 54 String [] ids;