comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Pattern.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents f589fc20a5f9
children fb3aa8075988
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
19 import org.eclipse.swt.graphics.Resource; 19 import org.eclipse.swt.graphics.Resource;
20 import org.eclipse.swt.graphics.Color; 20 import org.eclipse.swt.graphics.Color;
21 import org.eclipse.swt.graphics.GC; 21 import org.eclipse.swt.graphics.GC;
22 import org.eclipse.swt.graphics.Device; 22 import org.eclipse.swt.graphics.Device;
23 import org.eclipse.swt.graphics.Image; 23 import org.eclipse.swt.graphics.Image;
24 import org.eclipse.swt.internal.cairo.Cairo; 24 import org.eclipse.swt.internal.cairo.Cairo : Cairo;
25 import org.eclipse.swt.internal.gtk.OS;
25 26
26 27
27 /** 28 /**
28 * Instances of this class represent patterns to use while drawing. Patterns 29 * Instances of this class represent patterns to use while drawing. Patterns
29 * can be specified either as bitmaps or gradients. 30 * can be specified either as bitmaps or gradients.