Home
last modified time | relevance | path

Searched refs:sel_unlockFocus (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 DNSImage.java110 OS.objc_msgSend(this.id, OS.sel_unlockFocus); in unlockFocus()
H A DNSView.java298 OS.objc_msgSend(this.id, OS.sel_unlockFocus); in unlockFocus()
H A DSelector.java1300 , sel_unlockFocus("unlockFocus") enumConstant
H A DOS.java2017 public static final long sel_unlockFocus = Selector.sel_unlockFocus.value; field in OS