FileBrowserV2SettingsAppl.st
changeset 17915 ae1167b3d95c
parent 17874 623f64e7d170
child 18623 2613f1b128bb
equal deleted inserted replaced
17914:e83ee05e7974 17915:ae1167b3d95c
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2002 by eXept Software AG
     2  COPYRIGHT (c) 2002 by eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    46 "
    44 "
    47 ! !
    45 ! !
    48 
    46 
    49 !FileBrowserV2SettingsAppl class methodsFor:'help specs'!
    47 !FileBrowserV2SettingsAppl class methodsFor:'help specs'!
    50 
    48 
    51 flyByHelpSpec
       
    52     <resource: #help>
       
    53 
       
    54     ^ super flyByHelpSpec addPairsFrom:(self helpPairs)
       
    55 !
       
    56 
       
    57 helpPairs
    49 helpPairs
    58     <resource: #help>
    50     <resource: #help>
    59 
    51 
    60     ^ #(
    52     ^ #(
    61 
    53 
    81 'Show regular files in the left directory view'
    73 'Show regular files in the left directory view'
    82 
    74 
    83 #viewDirsInContentsBrowser
    75 #viewDirsInContentsBrowser
    84 'Show directories in the right contents view'
    76 'Show directories in the right contents view'
    85 )
    77 )
       
    78 !
       
    79 
       
    80 helpSpec
       
    81     <resource: #help>
       
    82 
       
    83     ^ super helpSpec addPairsFrom:(self helpPairs)
    86 ! !
    84 ! !
    87 
    85 
    88 !FileBrowserV2SettingsAppl class methodsFor:'icon'!
    86 !FileBrowserV2SettingsAppl class methodsFor:'icon'!
    89 
    87 
    90 defaultIcon
    88 defaultIcon