Home
last modified time | relevance | path

Searched defs:DROP_COPY (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/
H A DDND.java57 public final static int DROP_COPY = 1 << 0; field in DND
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/dnd/
H A DDND.java57 public final static int DROP_COPY = 1 << 0; field in DND
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltUnixDnd.c95 #define DROP_COPY 1 macro