comparison dwt/widgets/Tray.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
32 * 32 *
33 * @see Display#getSystemTray 33 * @see Display#getSystemTray
34 * 34 *
35 * @since 3.0 35 * @since 3.0
36 */ 36 */
37 public class Tray extends Widget { 37 public class Tray : Widget {
38 int itemCount; 38 int itemCount;
39 TrayItem [] items = new TrayItem [4]; 39 TrayItem [] items = new TrayItem [4];
40 40
41 Tray (Display display, int style) { 41 Tray (Display display, int style) {
42 if (display is null) display = Display.getCurrent (); 42 if (display is null) display = Display.getCurrent ();