WindowGroup.st
changeset 8677 8e63719d8dfe
parent 8506 04df120d795f
child 8696 4a2f2ba1bf07
equal deleted inserted replaced
8676:47ea6f5a3076 8677:8e63719d8dfe
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1993 by Claus Gittinger
     2  COPYRIGHT (c) 1993 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
  2681     ].
  2679     ].
  2682 
  2680 
  2683     "/ realize them ...
  2681     "/ realize them ...
  2684     (topViews ? previouslyRealized) do:[:eachTopView |
  2682     (topViews ? previouslyRealized) do:[:eachTopView |
  2685         (previouslyRealized includes:eachTopView) ifTrue:[
  2683         (previouslyRealized includes:eachTopView) ifTrue:[
  2686             eachTopView realize
  2684             eachTopView expand.
       
  2685             "/ eachTopView realize
  2687         ].
  2686         ].
  2688     ].
  2687     ].
  2689 
  2688 
  2690     graphicsDevice := anotherDisplay.
  2689     graphicsDevice := anotherDisplay.
  2691 
  2690 
  2754     "
  2753     "
  2755 
  2754 
  2756     "
  2755     "
  2757      Transcript topView windowGroup migrateTo:Display
  2756      Transcript topView windowGroup migrateTo:Display
  2758     "
  2757     "
       
  2758 
       
  2759     "Modified: / 11-05-2019 / 10:57:10 / Claus Gittinger"
  2759 ! !
  2760 ! !
  2760 
  2761 
  2761 !WindowGroup methodsFor:'special-accessing'!
  2762 !WindowGroup methodsFor:'special-accessing'!
  2762 
  2763 
  2763 isForModalSubview 
  2764 isForModalSubview