Home
last modified time | relevance | path

Searched refs:sel_setShouldExpandItem_ (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/
H A DTreeDropTargetEffect.java105 OS.objc_msgSend(control.view.id, OS.sel_setShouldExpandItem_, 1); in dragLeave()
135 …OS.objc_msgSend(control.view.id, OS.sel_setShouldExpandItem_, (effect & DND.FEEDBACK_EXPAND) == 0 … in dragOver()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DSelector.java47 , sel_setShouldExpandItem_("setShouldExpandItem:") enumConstant
H A DOS.java99 public static final long sel_setShouldExpandItem_ = Selector.sel_setShouldExpandItem_.value; field in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDisplay.java2723 OS.class_addMethod(cls, OS.sel_setShouldExpandItem_, proc3, "@:@"); in initClasses()
6376 case sel_setShouldExpandItem_: { in windowProc()