Home
last modified time | relevance | path

Searched refs:class_NSBox (Results 1 – 2 of 2) sorted by relevance

/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.java2554 cls = OS.objc_allocateClassPair(OS.class_NSBox, className, 0); in initClasses()
3133 boxFont = getFont (OS.class_NSBox, OS.sel_titleFont); in initFonts()
/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 DOS.java618 public static final long class_NSBox = objc_getClass("NSBox"); field in OS