comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/dnd/DropTarget.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children b98647bc0aef
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
117 117
118 // interfaces 118 // interfaces
119 _IDropTargetImpl iDropTarget; 119 _IDropTargetImpl iDropTarget;
120 int refCount; 120 int refCount;
121 121
122 static final String DEFAULT_DROP_TARGET_EFFECT = "DEFAULT_DROP_TARGET_EFFECT"; //$NON-NLS-1$ 122 static const String DEFAULT_DROP_TARGET_EFFECT = "DEFAULT_DROP_TARGET_EFFECT"; //$NON-NLS-1$
123 123
124 /** 124 /**
125 * Creates a new <code>DropTarget</code> to allow data to be dropped on the specified 125 * Creates a new <code>DropTarget</code> to allow data to be dropped on the specified
126 * <code>Control</code>. 126 * <code>Control</code>.
127 * Creating an instance of a DropTarget may cause system resources to be allocated 127 * Creating an instance of a DropTarget may cause system resources to be allocated