DisplaySurface.st
changeset 1425 c6963c38dcd8
parent 1388 ba20e718d36f
child 1481 335881213805
--- a/DisplaySurface.st	Wed Mar 05 14:09:07 1997 +0100
+++ b/DisplaySurface.st	Wed Mar 05 14:11:57 1997 +0100
@@ -525,6 +525,13 @@
     ^ nil
 !
 
+iconMask
+    "return the views iconMask - this is nil here.
+     Only standardSystemViews may support labels and icons."
+
+    ^ nil
+!
+
 icon:aBitmap
     "set the views icon - ignored here.
      Only standardSystemViews support labels and icons."
@@ -1647,5 +1654,5 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.26 1997-02-28 09:25:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.27 1997-03-05 13:11:57 cg Exp $'
 ! !