UIObjectView.st
changeset 624 26e7978936fc
parent 543 e3f2bf2dfb59
child 768 2ef5b8bed914
--- 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
     "