Home
last modified time | relevance | path

Searched refs:sel_unhideAllApplications_ (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 DNSApplication.java162 OS.objc_msgSend(this.id, OS.sel_unhideAllApplications_, sender != null ? sender.id : 0); in unhideAllApplications()
H A DSelector.java1299 , sel_unhideAllApplications_("unhideAllApplications:") enumConstant
H A DOS.java2016 public static final long sel_unhideAllApplications_ = Selector.sel_unhideAllApplications_.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.java938 OS.class_addMethod(cls, OS.sel_unhideAllApplications_, appProc3, "@:@"); in createDisplay()
1009 menuItem = appleMenu.addItemWithTitle(title, OS.sel_unhideAllApplications_, emptyStr); in createMainMenu()
5553 case sel_unhideAllApplications_: { in applicationProc()