diff -r 575239b7ad0b -r b332d7117c40 UIPainter.st --- a/UIPainter.st Tue Jun 17 12:34:33 1997 +0200 +++ b/UIPainter.st Tue Jun 17 12:39:23 1997 +0200 @@ -1,3 +1,16 @@ +" + COPYRIGHT (c) 1995 by eXept Software AG + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" + + ApplicationModel subclass:#UIPainter instanceVariableNames:'activeHelpTool layoutTool objectList selectionPanel tabSelection lastSlice specView fileName specClass specSelector specSuperclass @@ -9,6 +22,21 @@ !UIPainter class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 1995 by eXept Software AG + All Rights Reserved + + This software is furnished under a license and may be used + only in accordance with the terms of that license and with the + inclusion of the above copyright notice. This software may not + be provided or otherwise made available to, or used by, any + other person. No title to or ownership of the software is + hereby transferred. +" + +! + documentation " GUI-Builder: @@ -22,6 +50,9 @@ [start with:] UIPainter open + [author:] + Claus Atzkern + [see also:] UIBuilder ApplicationModel