Home
last modified time | relevance | path

Searched refs:sel_removeColorWithKey_ (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 DNSColorList.java55 OS.objc_msgSend(this.id, OS.sel_removeColorWithKey_, key != null ? key.id : 0); in removeColorWithKey()
H A DSelector.java814 , sel_removeColorWithKey_("removeColorWithKey:") enumConstant
H A DOS.java1531 public static final long sel_removeColorWithKey_ = Selector.sel_removeColorWithKey_.value; field in OS