Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2012-04-25 19:07:03 +0000
committerLakshmi Shanmugam2012-04-25 19:07:03 +0000
commit9cc72cd00c181250b1f51b95a0528a6b993c1ed9 (patch)
treeecd12f43b481e4174d3d202bbb93c0603e35fb28 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
parent3f75ec57b0fe8c1d4b4feda67318fc7237703447 (diff)
downloadeclipse.platform.swt-9cc72cd00c181250b1f51b95a0528a6b993c1ed9.tar.gz
eclipse.platform.swt-9cc72cd00c181250b1f51b95a0528a6b993c1ed9.tar.xz
eclipse.platform.swt-9cc72cd00c181250b1f51b95a0528a6b993c1ed9.zip
Bug 377385-[10.7]Shell.setFullScreen not working on child window
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.extras3
1 files changed, 3 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 7b1206d2e6..2038c03f8a 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
@@ -4140,6 +4140,9 @@
<method selector="close" swt_gen="true">
<retval swt_gen="true"></retval>
</method>
+ <method selector="collectionBehavior" swt_gen="true">
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="contentView" swt_gen="true">
<retval swt_gen="true" swt_java_type="NSView"></retval>
</method>

Back to the top