comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/CLabel.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 7a2dd761a8b2
comparison
equal deleted inserted replaced
47:65761bc28ab2 48:ddbfe84d86df
38 import org.eclipse.swt.widgets.Composite; 38 import org.eclipse.swt.widgets.Composite;
39 import org.eclipse.swt.widgets.Control; 39 import org.eclipse.swt.widgets.Control;
40 import org.eclipse.swt.widgets.Display; 40 import org.eclipse.swt.widgets.Display;
41 import java.lang.all; 41 import java.lang.all;
42 42
43 version(Tango){
43 static import tango.text.Unicode; 44 static import tango.text.Unicode;
44 static import tango.text.convert.Utf; 45 static import tango.text.convert.Utf;
46 } else { // Phobos
47 }
45 48
46 /** 49 /**
47 * A Label which supports aligned text and/or an image and different border styles. 50 * A Label which supports aligned text and/or an image and different border styles.
48 * <p> 51 * <p>
49 * If there is not enough space a CLabel uses the following strategy to fit the 52 * If there is not enough space a CLabel uses the following strategy to fit the