SimpleView.st
changeset 393 3504a0adbb2d
parent 385 15fd1c806d2a
child 411 2d5deb02d8f8
--- a/SimpleView.st	Thu Feb 01 20:48:22 1996 +0100
+++ b/SimpleView.st	Thu Feb 01 20:49:49 1996 +0100
@@ -4642,6 +4642,20 @@
     ]
 !
 
+hide
+    "for protocol compatibility with modal dialogs;
+     ignored here."
+
+    ^ self
+!
+
+hideRequest
+    "for protocol compatibility with modal dialogs;
+     ignored here."
+
+    ^ self
+!
+
 map
     "make the view visible on the screen"
 
@@ -5860,6 +5874,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.47 1996-01-27 15:35:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.48 1996-02-01 19:49:45 cg Exp $'
 ! !
 SimpleView initialize!