OptionBox.st
changeset 2991 f8ba5fe56ea6
parent 2969 eb87f1aedd6c
child 3201 ce84e272c6bb
--- a/OptionBox.st	Tue Jun 08 20:08:20 2004 +0200
+++ b/OptionBox.st	Tue Jun 08 20:10:20 2004 +0200
@@ -337,8 +337,13 @@
     <resource:#obsolete>
 
     ^ self
-        request:title label:label image:aForm buttonLabels:labels values:values 
-        default:defaultValue onCancel:nil
+        request:title 
+        label:label 
+        image:aForm 
+        buttonLabels:labels 
+        values:values 
+        default:defaultValue 
+        onCancel:nil
 !
 
 request:title label:label form:aForm buttonLabels:labels values:values default:defaultValue onCancel:cancelValue
@@ -610,5 +615,5 @@
 !OptionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.58 2004-05-11 16:35:00 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/OptionBox.st,v 1.59 2004-06-08 18:10:20 cg Exp $'
 ! !