comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Device.d @ 48:ddbfe84d86df

[swt lin] versioned imports
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:05:20 +0100
parents f713da8bc051
children b397a43d66d1
comparison
equal deleted inserted replaced
47:65761bc28ab2 48:ddbfe84d86df
24 import org.eclipse.swt.SWTError; 24 import org.eclipse.swt.SWTError;
25 import org.eclipse.swt.internal.Compatibility; 25 import org.eclipse.swt.internal.Compatibility;
26 import org.eclipse.swt.internal.gtk.OS; 26 import org.eclipse.swt.internal.gtk.OS;
27 import java.lang.all; 27 import java.lang.all;
28 28
29 import tango.core.Exception;
30 29
31 /** 30 /**
32 * This class is the abstract superclass of all device objects, 31 * This class is the abstract superclass of all device objects,
33 * such as the Display device and the Printer device. Devices 32 * such as the Display device and the Printer device. Devices
34 * can have a graphics context (GC) created for them, and they 33 * can have a graphics context (GC) created for them, and they