comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/layout/FormData.d @ 51:c01d033c633a

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 19:58:06 +0100
parents ddbfe84d86df
children 536e43f63c81
comparison
equal deleted inserted replaced
50:d5075f5226e5 51:c01d033c633a
18 import org.eclipse.swt.widgets.Control; 18 import org.eclipse.swt.widgets.Control;
19 import org.eclipse.swt.layout.FormAttachment; 19 import org.eclipse.swt.layout.FormAttachment;
20 20
21 import java.lang.all; 21 import java.lang.all;
22 version(Tango){ 22 version(Tango){
23 import tango.util.Convert; 23 import tango.util.Convert;
24 } else { // Phobos 24 } else { // Phobos
25 import std.conv;
25 } 26 }
26 27
27 /** 28 /**
28 * Instances of this class are used to define the attachments 29 * Instances of this class are used to define the attachments
29 * of a control in a <code>FormLayout</code>. 30 * of a control in a <code>FormLayout</code>.