FileSaveBox.st
changeset 585 8f395aba0173
parent 243 5c411425097d
child 637 2084bbe806dc
--- a/FileSaveBox.st	Thu Apr 25 19:16:52 1996 +0200
+++ b/FileSaveBox.st	Thu Apr 25 19:26:41 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 FileSelectionBox subclass:#FileSaveBox
-	 instanceVariableNames:'appendButton appendAction'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Views-DialogBoxes'
+	instanceVariableNames:'appendButton appendAction'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Views-DialogBoxes'
 !
 
 !FileSaveBox class methodsFor:'documentation'!
@@ -38,8 +38,17 @@
     Instances of FileSaveBox add an 'append'-button. The other
     behavior is that of a FileSelectionBox.
 
-    Instance variables:
-	appendAction            action to be performed when append is pressed
+    [Instance variables:]
+        appendAction            action to be performed when append is pressed
+
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        DialogBox
+        EnterBox2 YesNoBox
+        ListSelectionBox FileSelectionBox 
 "
 ! !
 
@@ -103,5 +112,5 @@
 !FileSaveBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.8 1995-12-07 22:22:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.9 1996-04-25 17:20:36 cg Exp $'
 ! !