comparison dwt/widgets/ToolTip.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
46 * within the DWT implementation. 46 * within the DWT implementation.
47 * </p> 47 * </p>
48 * 48 *
49 * @since 3.2 49 * @since 3.2
50 */ 50 */
51 public class ToolTip extends Widget { 51 public class ToolTip : Widget {
52 Shell parent, tip; 52 Shell parent, tip;
53 TrayItem item; 53 TrayItem item;
54 int x, y; 54 int x, y;
55 int [] borderPolygon; 55 int [] borderPolygon;
56 bool spikeAbove, autohide; 56 bool spikeAbove, autohide;