ExternalTopView.st
changeset 4258 5fc4985b0d74
parent 3732 90373997e1a1
equal deleted inserted replaced
4257:2f858dbfd25b 4258:5fc4985b0d74
   138 ! !
   138 ! !
   139 
   139 
   140 !ExternalTopView methodsFor:'private accessing'!
   140 !ExternalTopView methodsFor:'private accessing'!
   141 
   141 
   142 setWindowID:aWindowID
   142 setWindowID:aWindowID
   143     self setId:aWindowID.
   143     gc setId:aWindowID.
   144     realized := shown := true.
   144     realized := shown := true.
       
   145 
       
   146     "Modified: / 30-04-2019 / 16:26:34 / Claus Gittinger"
   145 ! !
   147 ! !
   146 
   148 
   147 !ExternalTopView methodsFor:'queries'!
   149 !ExternalTopView methodsFor:'queries'!
   148 
   150 
   149 isExternalTopView
   151 isExternalTopView