FileSelectionBox.st
changeset 648 fcf02d58882e
parent 593 86dd024ed773
child 655 acad3ef3a46c
equal deleted inserted replaced
647:44ecc7a25172 648:fcf02d58882e
    64     [author:]
    64     [author:]
    65         Claus Gittinger
    65         Claus Gittinger
    66 
    66 
    67     [see also:]
    67     [see also:]
    68         DialogBox
    68         DialogBox
    69         EnterBox2 YesNoBox
    69         EnterBox2 FilenameEnterBox YesNoBox
    70         ListSelectionBox FileSaveBox
    70         ListSelectionBox FileSaveBox
    71         FileSelectionList SelectionInListView
    71         FileSelectionList SelectionInListView
    72 "
    72 "
    73 !
    73 !
    74 
    74 
   595 ! !
   595 ! !
   596 
   596 
   597 !FileSelectionBox class methodsFor:'documentation'!
   597 !FileSelectionBox class methodsFor:'documentation'!
   598 
   598 
   599 version
   599 version
   600     ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.32 1996-04-27 18:15:18 cg Exp $'
   600     ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.33 1996-05-16 10:24:15 cg Exp $'
   601 ! !
   601 ! !