FileSaveBox.st
changeset 648 fcf02d58882e
parent 637 2084bbe806dc
child 741 eee7cb39bafe
equal deleted inserted replaced
647:44ecc7a25172 648:fcf02d58882e
    46     [author:]
    46     [author:]
    47         Claus Gittinger
    47         Claus Gittinger
    48 
    48 
    49     [see also:]
    49     [see also:]
    50         DialogBox
    50         DialogBox
    51         EnterBox2 YesNoBox
    51         EnterBox2 FilenameEnterBox YesNoBox
    52         ListSelectionBox FileSelectionBox 
    52         ListSelectionBox FileSelectionBox 
    53 "
    53 "
    54 ! !
    54 ! !
    55 
    55 
    56 !FileSaveBox methodsFor:'accessing'!
    56 !FileSaveBox methodsFor:'accessing'!
   119 ! !
   119 ! !
   120 
   120 
   121 !FileSaveBox class methodsFor:'documentation'!
   121 !FileSaveBox class methodsFor:'documentation'!
   122 
   122 
   123 version
   123 version
   124     ^ '$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.10 1996-05-12 19:46:34 cg Exp $'
   124     ^ '$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.11 1996-05-16 10:24:32 cg Exp $'
   125 ! !
   125 ! !