comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/widgets/TrayItem.d @ 51:c01d033c633a

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 19:58:06 +0100
parents ddbfe84d86df
children
comparison
equal deleted inserted replaced
50:d5075f5226e5 51:c01d033c633a
27 import org.eclipse.swt.graphics.Rectangle; 27 import org.eclipse.swt.graphics.Rectangle;
28 import org.eclipse.swt.graphics.Region; 28 import org.eclipse.swt.graphics.Region;
29 import org.eclipse.swt.internal.gtk.OS; 29 import org.eclipse.swt.internal.gtk.OS;
30 30
31 version(Tango){ 31 version(Tango){
32 import tango.util.Convert; 32 import tango.util.Convert;
33 } else { // Phobos 33 } else { // Phobos
34 import std.conv;
34 } 35 }
35 36
36 /** 37 /**
37 * Instances of this class represent icons that can be placed on the 38 * Instances of this class represent icons that can be placed on the
38 * system tray or task bar status area. 39 * system tray or task bar status area.