Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kovatch2008-11-07 00:41:56 +0000
committerScott Kovatch2008-11-07 00:41:56 +0000
commit5de602b34dc7f20c9d0c9a61397e10d1c3da1885 (patch)
treec963804720e45b993e5d6f399daa0a6fe38dccba /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
parente7e55e5fd0c8a27fefdb04acaa7692539d66b627 (diff)
downloadeclipse.platform.swt-5de602b34dc7f20c9d0c9a61397e10d1c3da1885.tar.gz
eclipse.platform.swt-5de602b34dc7f20c9d0c9a61397e10d1c3da1885.tar.xz
eclipse.platform.swt-5de602b34dc7f20c9d0c9a61397e10d1c3da1885.zip
252714 - override menuForEvent so the context menu appears for the clicked item in the tree.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
index f70423fd63..f0c2f2a1ea 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/FoundationFull.bridgesupport.extras
@@ -5441,9 +5441,9 @@
</method>
</class>
<class name="NSIndexSet" swt_gen="mixed">
- <method selector="containsIndex:">
- <arg name="value"></arg>
- <retval></retval>
+ <method selector="containsIndex:" swt_gen="true">
+ <arg name="value" swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
</method>
<method selector="containsIndexes:">
<arg name="indexSet"></arg>

Back to the top