comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/layout/RowData.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
16 import org.eclipse.swt.graphics.Point; 16 import org.eclipse.swt.graphics.Point;
17 import org.eclipse.swt.widgets.Control; 17 import org.eclipse.swt.widgets.Control;
18 18
19 import java.lang.all; 19 import java.lang.all;
20 version(Tango){ 20 version(Tango){
21 import tango.util.Convert; 21 import tango.util.Convert;
22 } else { // Phobos 22 } else { // Phobos
23 import std.conv;
23 } 24 }
24 25
25 /** 26 /**
26 * Each control controlled by a <code>RowLayout</code> can have its initial 27 * Each control controlled by a <code>RowLayout</code> can have its initial
27 * width and height specified by setting a <code>RowData</code> object 28 * width and height specified by setting a <code>RowData</code> object