Home
last modified time | relevance | path

Searched refs:sel_accessibilityIsAttributeSettable_ (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 Accessibility/cocoa/org/eclipse/swt/accessibility/
H A DSWTAccessibleDelegate.java79 OS.class_addMethod(cls, OS.sel_accessibilityIsAttributeSettable_, proc3Args, "@:@"); in OS.class_addMethod() argument
213 } else if (sel == OS.sel_accessibilityIsAttributeSettable_) { in accessibleProc()
/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.java103 , sel_accessibilityIsAttributeSettable_("accessibilityIsAttributeSettable:") enumConstant
H A DOS.java820 public static final long sel_accessibilityIsAttributeSettable_ = Selector.sel_accessibilityIsAttrib… 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.java2427 OS.class_addMethod(cls, OS.sel_accessibilityIsAttributeSettable_, proc3, "@:@"); in addAccessibilityMethods()
6210 case sel_accessibilityIsAttributeSettable_: { in windowProc()