Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-05-10 18:58:45 +0000
committerSilenio Quarti2013-05-10 18:58:45 +0000
commit9a80949a18eff49434f46c96af608ae42a363d3e (patch)
treeeb926902f70df05ebe9ec37408d6b05c06d2002c /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
parentc660730bd911adbdda866a00c1ace2ec715d90d6 (diff)
downloadeclipse.platform.swt-9a80949a18eff49434f46c96af608ae42a363d3e.tar.gz
eclipse.platform.swt-9a80949a18eff49434f46c96af608ae42a363d3e.tar.xz
eclipse.platform.swt-9a80949a18eff49434f46c96af608ae42a363d3e.zip
Bug 407555 - StackOverflowError in SWT widgets on Mac OS
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
index 7500c9fb46..4452ba50d6 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
@@ -3979,6 +3979,10 @@
<arg swt_gen="true"></arg>
<retval swt_gen="true" swt_java_type="NSView"></retval>
</method>
+ <method selector="isDescendantOf:" swt_gen="true">
+ <arg swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="isFlipped" swt_gen="true">
<retval swt_gen="true"></retval>
</method>

Back to the top