Home
last modified time | relevance | path

Searched refs:sel_reflectScrolledClipView_ (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 DNSScrollView.java75 OS.objc_msgSend(this.id, OS.sel_reflectScrolledClipView_, cView != null ? cView.id : 0); in reflectScrolledClipView()
H A DSelector.java804 , sel_reflectScrolledClipView_("reflectScrolledClipView:") enumConstant
H A DOS.java1521 public static final long sel_reflectScrolledClipView_ = Selector.sel_reflectScrolledClipView_.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.java2798 OS.class_addMethod(cls, OS.sel_reflectScrolledClipView_, proc3, "@:@"); in initClasses()
6191 case sel_reflectScrolledClipView_: { in windowProc()