diff -r c8a99cea56f7 -r 26e7978936fc UIObjectView.st --- a/UIObjectView.st Sat Feb 07 21:22:24 1998 +0100 +++ b/UIObjectView.st Sat Feb 07 21:23:24 1998 +0100 @@ -522,6 +522,11 @@ ! +redrawX:nx y:ny width:nw height:nh + "ignore redraws - my components redraw themself + " +! + sizeChanged:how "size of a view(s) changed " @@ -627,6 +632,13 @@ ] ! +redrawObjectsInVisible:redrawFrame + "my objects are views - they redraw themself" + + ^ self + +! + setDefaultActions "set default actions "