comparison dwt/widgets/TrayItem.d @ 255:5a30aa9820f3

removed tango.stdc.stringz imports and allow null for arrays and string arguments.
author Frank Benoit <benoit@tionex.de>
date Sun, 15 Jun 2008 22:32:20 +0200
parents 380bad9f6852
children c0d810de7093
comparison
equal deleted inserted replaced
254:8bca790583c3 255:5a30aa9820f3
27 import dwt.graphics.Rectangle; 27 import dwt.graphics.Rectangle;
28 import dwt.graphics.Region; 28 import dwt.graphics.Region;
29 import dwt.internal.gtk.OS; 29 import dwt.internal.gtk.OS;
30 30
31 import Math = tango.math.Math; 31 import Math = tango.math.Math;
32 import tango.stdc.stringz;
33 import tango.util.Convert; 32 import tango.util.Convert;
34 33
35 /** 34 /**
36 * Instances of this class represent icons that can be placed on the 35 * Instances of this class represent icons that can be placed on the
37 * system tray or task bar status area. 36 * system tray or task bar status area.