comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/widgets/Table.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
38 import org.eclipse.swt.widgets.Event; 38 import org.eclipse.swt.widgets.Event;
39 import org.eclipse.swt.widgets.Control; 39 import org.eclipse.swt.widgets.Control;
40 import org.eclipse.swt.widgets.TypedListener; 40 import org.eclipse.swt.widgets.TypedListener;
41 import java.lang.all; 41 import java.lang.all;
42 42
43 version(Tango){
43 import tango.util.Convert; 44 import tango.util.Convert;
45 } else { // Phobos
46 }
44 47
45 /** 48 /**
46 * Instances of this class implement a selectable user interface 49 * Instances of this class implement a selectable user interface
47 * object that displays a list of images and strings and issues 50 * object that displays a list of images and strings and issues
48 * notification when selected. 51 * notification when selected.