FSelList.st
changeset 174 d80a6cc3f9b2
parent 131 208fa92f434d
child 193 6ccc226ce3a6
equal deleted inserted replaced
173:67654ab0d85b 174:d80a6cc3f9b2
    19 	 classVariableNames:''
    19 	 classVariableNames:''
    20 	 poolDictionaries:''
    20 	 poolDictionaries:''
    21 	 category:'Views-Text'
    21 	 category:'Views-Text'
    22 !
    22 !
    23 
    23 
    24 FileSelectionList comment:'
       
    25 COPYRIGHT (c) 1993 by Claus Gittinger
       
    26 	      All Rights Reserved
       
    27 
       
    28 $Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.14 1995-06-27 02:22:57 claus Exp $
       
    29 '!
       
    30 
       
    31 !FileSelectionList class methodsFor:'documentation'!
    24 !FileSelectionList class methodsFor:'documentation'!
    32 
    25 
    33 copyright
    26 copyright
    34 "
    27 "
    35  COPYRIGHT (c) 1993 by Claus Gittinger
    28  COPYRIGHT (c) 1993 by Claus Gittinger
    43  hereby transferred.
    36  hereby transferred.
    44 "
    37 "
    45 !
    38 !
    46 
    39 
    47 version
    40 version
    48 "
    41     ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.15 1995-11-11 16:20:20 cg Exp $'
    49 $Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.14 1995-06-27 02:22:57 claus Exp $
       
    50 "
       
    51 !
    42 !
    52 
    43 
    53 documentation
    44 documentation
    54 "
    45 "
    55     this class implements file selection lists - its basically a
    46     this class implements file selection lists - its basically a