comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Path.d @ 26:f589fc20a5f9

work on linux phobos
author Frank Benoit <benoit@tionex.de>
date Sat, 21 Mar 2009 11:22:55 +0100
parents f713da8bc051
children 70388b0e6dad
comparison
equal deleted inserted replaced
25:f713da8bc051 26:f589fc20a5f9
21 import org.eclipse.swt.graphics.GC; 21 import org.eclipse.swt.graphics.GC;
22 import org.eclipse.swt.graphics.GCData; 22 import org.eclipse.swt.graphics.GCData;
23 import org.eclipse.swt.graphics.PathData; 23 import org.eclipse.swt.graphics.PathData;
24 import java.lang.all; 24 import java.lang.all;
25 25
26 import tango.stdc.string; 26 version(Tango){
27 import tango.text.convert.Format; 27 import tango.stdc.string;
28 } else {
29 import std.c.string;
30 }
28 31
29 /** 32 /**
30 * Instances of this class represent paths through the two-dimensional 33 * Instances of this class represent paths through the two-dimensional
31 * coordinate system. Paths do not have to be continuous, and can be 34 * coordinate system. Paths do not have to be continuous, and can be
32 * described using lines, rectangles, arcs, cubic or quadratic bezier curves, 35 * described using lines, rectangles, arcs, cubic or quadratic bezier curves,