comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/dnd/DND.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 7a2dd761a8b2
comparison
equal deleted inserted replaced
47:65761bc28ab2 48:ddbfe84d86df
17 17
18 import org.eclipse.swt.SWT; 18 import org.eclipse.swt.SWT;
19 import org.eclipse.swt.SWTError; 19 import org.eclipse.swt.SWTError;
20 import org.eclipse.swt.SWTException; 20 import org.eclipse.swt.SWTException;
21 21
22 version(Tango){
22 import tango.util.Convert; 23 import tango.util.Convert;
24 } else { // Phobos
25 }
23 26
24 /** 27 /**
25 * 28 *
26 * Class DND contains all the constants used in defining a 29 * Class DND contains all the constants used in defining a
27 * DragSource or a DropTarget. 30 * DragSource or a DropTarget.