DialogBox.st
changeset 4145 f7580cbe32a7
parent 4139 ed1fc3ee4a4b
child 4146 dac4342e6797
--- a/DialogBox.st	Fri Mar 19 13:07:20 2010 +0100
+++ b/DialogBox.st	Wed Mar 24 12:34:48 2010 +0100
@@ -7592,8 +7592,9 @@
 !
 
 leftIndent:aNumber 
-    "set the left indent (current x position - thats where the next component
-     will be located)."
+    "set the left indent 
+     (current x position - that's where the next component(s) will be located).
+     Setting this before adding a component will place it indented"
 
     leftIndent := aNumber.
     needResize := true.
@@ -9026,11 +9027,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.296 2010-03-18 11:33:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.297 2010-03-24 11:34:48 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.296 2010-03-18 11:33:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.297 2010-03-24 11:34:48 cg Exp $'
 ! !
 
 DialogBox initialize!