#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 15 Jun 2018 12:26:22 +0200
changeset 6350 43be811246fc
parent 6347 c96cfb1051c5
child 6351 31f344d402c3
#DOCUMENTATION by cg class: DialogBox comment/format in: #forceResize
DialogBox.st
--- a/DialogBox.st	Fri Jun 15 02:40:38 2018 +0200
+++ b/DialogBox.st	Fri Jun 15 12:26:22 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
@@ -10454,12 +10456,13 @@
     "force a recomputation of my size.
      Call this, when elements where added to a subcomponent, 
      of which I cannot know. 
-     Eg. when someone gets the buttonPanel and adds an element to it"
+     Eg. when someone gets the buttonPanel or the verticalPanel and adds an element to it"
      
     needResize := true.
     self resize
 
     "Modified (comment): / 24-08-2017 / 16:56:50 / cg"
+    "Modified (comment): / 15-06-2018 / 12:26:12 / Claus Gittinger"
 !
 
 hideAndEvaluate:aBlock