SimpleView.st
changeset 189 d8d63d1b5681
parent 182 b5f7fdff0f6d
child 190 4c49bdd5b80f
--- a/SimpleView.st	Fri Sep 15 02:00:56 1995 +0200
+++ b/SimpleView.st	Mon Sep 18 00:54:24 1995 +0200
@@ -44,7 +44,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.19 1995-09-10 14:50:17 claus Exp $
+$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.20 1995-09-17 22:53:41 claus Exp $
 '!
 
 !SimpleView class methodsFor:'documentation'!
@@ -65,7 +65,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.19 1995-09-10 14:50:17 claus Exp $
+$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.20 1995-09-17 22:53:41 claus Exp $
 "
 !
 
@@ -4897,6 +4897,15 @@
     "ST-80 compatibility."
 
     ^ 0@0 corner:self preferredExtent
+!
+
+sizeFixed
+    "return true, if this vew wants its size to remain unchanged.
+     Used by panels, to check if their components want to keep their size."
+
+    ^ false
+
+    "Created: 17.9.1995 / 20:29:20 / claus"
 ! !
 
 !SimpleView methodsFor:'accessing-menus'!