diff -r 575239b7ad0b -r b332d7117c40 UIObjectView.st --- a/UIObjectView.st Tue Jun 17 12:34:33 1997 +0200 +++ b/UIObjectView.st Tue Jun 17 12:39:23 1997 +0200 @@ -1,3 +1,17 @@ +" + 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. +" + + + ObjectView subclass:#UIObjectView instanceVariableNames:'saveSelection inputView enableChannel undoHistory copiedExtent copiedLayout actionData createClass clipChildren @@ -23,6 +37,22 @@ !UIObjectView 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 " buildIn view used by the UIPainter; it provides all services for creating, deleting @@ -31,6 +61,9 @@ [see also:] UIBuilder UIPainterView + + [author:] + Claus Atzkern " ! ! @@ -2355,6 +2388,9 @@ [see also:] UIObjectView UIPainterView + + [author:] + Claus Atzkern " @@ -2557,6 +2593,9 @@ [see also:] UndoHistory + + [author:] + Claus Atzkern " ! !