# HG changeset patch # User Claus Gittinger # Date 1199901507 -3600 # Node ID 45f52159c49cf83a196768939a4197958e0e4c6e # Parent cc70db1e6d787b39301394a832de891e0027fbc4 refactoring diff -r cc70db1e6d78 -r 45f52159c49c UIBuilder.st --- 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!