Home
last modified time | relevance | path

Searched refs:sel_pointingHandCursor (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 PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSCursor.java61 long result = OS.objc_msgSend(OS.class_NSCursor, OS.sel_pointingHandCursor); in pointingHandCursor()
H A DSelector.java769 , sel_pointingHandCursor("pointingHandCursor") enumConstant
H A DOS.java1486 public static final long sel_pointingHandCursor = Selector.sel_pointingHandCursor.value; field in OS