comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/layout/RowLayout.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
19 import org.eclipse.swt.widgets.Layout; 19 import org.eclipse.swt.widgets.Layout;
20 import org.eclipse.swt.widgets.Composite; 20 import org.eclipse.swt.widgets.Composite;
21 import org.eclipse.swt.layout.RowData; 21 import org.eclipse.swt.layout.RowData;
22 import java.lang.all; 22 import java.lang.all;
23 version(Tango){ 23 version(Tango){
24 import tango.util.Convert; 24 import tango.util.Convert;
25 } else { // Phobos 25 } else { // Phobos
26 import std.conv;
26 } 27 }
27 28
28 29
29 /** 30 /**
30 * Instances of this class determine the size and position of the 31 * Instances of this class determine the size and position of the