SimpleView.st
changeset 1702 ba153bb6400b
parent 1699 ae9986a1a97f
child 1703 b77cc326916d
--- a/SimpleView.st	Fri May 02 15:03:59 1997 +0200
+++ b/SimpleView.st	Fri May 02 15:05:40 1997 +0200
@@ -5457,6 +5457,9 @@
 !SimpleView methodsFor:'queries - internal'!
 
 nativeWindowType
+    "return a symbol describing my native window type - here, nil is returned
+     (may be used internally by the device as a native window creation hint)"
+
     ^ nil
 !
 
@@ -7113,6 +7116,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.205 1997-05-02 12:33:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.206 1997-05-02 13:05:40 cg Exp $'
 ! !
 SimpleView initialize!