comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/layout/GridLayout.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 c01d033c633a
comparison
equal deleted inserted replaced
47:65761bc28ab2 48:ddbfe84d86df
20 import org.eclipse.swt.widgets.Composite; 20 import org.eclipse.swt.widgets.Composite;
21 import org.eclipse.swt.widgets.Layout; 21 import org.eclipse.swt.widgets.Layout;
22 import org.eclipse.swt.widgets.Scrollable; 22 import org.eclipse.swt.widgets.Scrollable;
23 23
24 24
25 import java.lang.all;
26 version(Tango){
25 import tango.util.Convert; 27 import tango.util.Convert;
26 import java.lang.all; 28 } else { // Phobos
29 }
27 30
28 31
29 /** 32 /**
30 * Instances of this class lay out the control children of a 33 * Instances of this class lay out the control children of a
31 * <code>Composite</code> in a grid. 34 * <code>Composite</code> in a grid.