#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 06 May 2016 13:54:45 +0200
changeset 7339 c51be133de59
parent 7337 db8f09c46475
child 7340 4ffa0a87c163
child 7341 5f622fa27203
#DOCUMENTATION by cg class: SimpleView comment/format in: #sizeFixed
SimpleView.st
--- a/SimpleView.st	Thu May 05 20:47:46 2016 +0200
+++ b/SimpleView.st	Fri May 06 13:54:45 2016 +0200
@@ -9341,7 +9341,7 @@
 !
 
 sizeFixed
-    "return true, if this vew wants its size to remain unchanged.
+    "return true, if this view wants its size to remain unchanged.
      Used by panels, to check if their components want to keep their size."
 
     ^ false