WinWorkstation.st
changeset 9033 e120b6ec8514
parent 9028 a1ebf72c81ad
child 9034 9f89b8c764f6
--- a/WinWorkstation.st	Wed Apr 01 10:43:44 2020 +0200
+++ b/WinWorkstation.st	Thu Apr 09 11:07:07 2020 +0200
@@ -17204,6 +17204,15 @@
      returns nil or the full path to the selected file
      see example at the end of the method code"
 
+    "
+        filter example
+
+        {
+            {(resources string:'Image Files'). '*.tif;*.png;*.gif;*.bmp;*.jpg'}.
+            {(resources string:'All Files').   '*.*'} 
+        }  
+    "
+
     |trueForSave dialogTitle defaultBaseName defaultDirectory owningViewId windowGroup filterString filterArrayOrPairs
      null filterStringParts
      nativeFileDialogCreationData returnValue
@@ -17476,6 +17485,7 @@
     "Created: / 25-10-2018 / 10:54:52 / sr"
     "Modified: / 20-11-2018 / 16:12:03 / sr"
     "Modified: / 12-07-2019 / 16:40:44 / Stefan Reise"
+    "Modified (comment): / 09-04-2020 / 09:19:42 / Stefan Reise"
 !
 
 primCheckForErrorInFileDialogInitializeByCreationData:nativeFileDialogCreationData