UIBuilder.st
changeset 2368 45f52159c49c
parent 2367 cc70db1e6d78
child 2381 9be3a9bd23d0
--- a/UIBuilder.st	Wed Jan 09 18:32:29 2008 +0100
+++ b/UIBuilder.st	Wed Jan 09 18:58:27 2008 +0100
@@ -132,9 +132,10 @@
 !UIBuilder methodsFor:'accessing'!
 
 isEditing
-    "true if build from a GUI builder resource ( UIPainter, ... ); if true, no
-     models or actions should be set (no application is running)
-    "
+    "true if building from a GUI builder resource ( UIPainter, ... ),
+     false if building for the real thing.
+     If true, no models or actions should be set (no application is running)"
+
     ^ isEditing ? false
 !
 
@@ -418,7 +419,7 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.58 2008-01-09 17:32:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.59 2008-01-09 17:58:27 cg Exp $'
 ! !
 
 UIBuilder initialize!