comparison dwt/graphics/Region.d @ 61:c74ba20de292

Fix: The application responds to events now
author Jacob Carlborg <doob@me.com>
date Tue, 23 Dec 2008 00:35:24 +0100
parents 62202ce0039f
children
comparison
equal deleted inserted replaced
60:62202ce0039f 61:c74ba20de292
32 import dwt.graphics.Device; 32 import dwt.graphics.Device;
33 import dwt.graphics.Point; 33 import dwt.graphics.Point;
34 import dwt.graphics.Rectangle; 34 import dwt.graphics.Rectangle;
35 import dwt.graphics.Resource; 35 import dwt.graphics.Resource;
36 import Carbon = dwt.internal.c.Carbon; 36 import Carbon = dwt.internal.c.Carbon;
37 import objc = dwt.internal.objc.runtime;
37 38
38 /** 39 /**
39 * Instances of this class represent areas of an x-y coordinate 40 * Instances of this class represent areas of an x-y coordinate
40 * system that are aggregates of the areas covered by a number 41 * system that are aggregates of the areas covered by a number
41 * of polygons. 42 * of polygons.