Home
last modified time | relevance | path

Searched refs:sel_cursorUpdate_ (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 PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSResponder.java43 OS.objc_msgSend(this.id, OS.sel_cursorUpdate_, event != null ? event.id : 0); in cursorUpdate()
H A DSelector.java326 , sel_cursorUpdate_("cursorUpdate:") enumConstant
H A DOS.java1043 public static final long sel_cursorUpdate_ = Selector.sel_cursorUpdate_.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.java2377 OS.class_addMethod(cls, OS.sel_cursorUpdate_, proc3, "@:@"); in addEventMethods()
6071 case sel_cursorUpdate_: { in windowProc()