FileSelectionBrowser.st
changeset 923 32fafd49c100
parent 871 45c6d4418ae6
child 957 c09018dc6954
equal deleted inserted replaced
922:0a5799408f54 923:32fafd49c100
   121 ! !
   121 ! !
   122 
   122 
   123 !FileSelectionBrowser class methodsFor:'accessing'!
   123 !FileSelectionBrowser class methodsFor:'accessing'!
   124 
   124 
   125 loadImageFileNameFilters
   125 loadImageFileNameFilters
   126     ^self saveImageFileNameFilters addAll: #('*.jpeg' '*.jpg'); yourself
   126     ^self saveImageFileNameFilters addAll: #('*.jpeg' '*.jpg' '*'); yourself
   127 
   127 
       
   128     "Modified: / 29.7.1998 / 00:56:29 / cg"
   128 !
   129 !
   129 
   130 
   130 projectFileNameFilters
   131 projectFileNameFilters
   131     ^Array withAll: #('*.st' '*.*o'  '*.s' '*.c' 'Make*' '*.project')
   132     ^Array withAll: #('*.st' '*.*o'  '*.s' '*.c' 'Make*' '*.project')
   132 
   133 
   133 !
   134 !
   134 
   135 
   135 saveImageFileNameFilters
   136 saveImageFileNameFilters
   136     ^Array withAll: #('*.xpm' '*.xbm' '*.gif' '*.tif' '*.tiff' '*.bmp')
   137     ^ OrderedCollection withAll: #('*.xpm' '*.xbm' '*.gif' '*.tif' '*.tiff' '*.bmp')
   137 
   138 
       
   139     "Modified: / 29.7.1998 / 00:55:14 / cg"
   138 ! !
   140 ! !
   139 
   141 
   140 !FileSelectionBrowser class methodsFor:'interface specs'!
   142 !FileSelectionBrowser class methodsFor:'interface specs'!
   141 
   143 
   142 windowSpec
   144 windowSpec