Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbhishek Kishore2014-03-06 06:25:56 +0000
committerArun Thondapu2014-03-24 11:06:08 +0000
commitd2444ea11626b1e659e4e7a174b1438fa903c689 (patch)
tree2ef1dac04ec71c98b50cff83126360bc219fd936 /bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/AppKitFull.bridgesupport.extras
parent6eeebae3ebde877ff7feb6787edf7a9a37b88b61 (diff)
downloadeclipse.platform.swt-d2444ea11626b1e659e4e7a174b1438fa903c689.tar.gz
eclipse.platform.swt-d2444ea11626b1e659e4e7a174b1438fa903c689.tar.xz
eclipse.platform.swt-d2444ea11626b1e659e4e7a174b1438fa903c689.zip
Bug 347430 - FileDialog's overwrite & setFilterExtensions options do not
play well together. Change-Id: I1de07ef28e9db451df06a3c180643571ffa95895 Signed-off-by: Abhishek Kishore <abhishek.kishore@in.ibm.com>
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.extras8
1 files changed, 8 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 32c58dc1d7..c2e0038f37 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
@@ -2737,6 +2737,14 @@
<arg swt_gen="true"></arg>
<retval swt_gen="true"></retval>
</method>
+ <method selector="setAllowedFileTypes:" swt_gen="true">
+ <arg swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
+ <method selector="setAllowsOtherFileTypes:" swt_gen="true">
+ <arg swt_gen="true"></arg>
+ <retval swt_gen="true"></retval>
+ </method>
<method selector="setCanCreateDirectories:" swt_gen="true">
<arg swt_gen="true"></arg>
<retval swt_gen="true"></retval>

Back to the top