ModalBox.st
changeset 2644 bb15778539af
parent 2589 4067964b4b88
child 2690 f3d660bbe4a3
equal deleted inserted replaced
2643:737ca05060bb 2644:bb15778539af
   381 
   381 
   382     "Modified: 3.5.1996 / 23:48:04 / stefan"
   382     "Modified: 3.5.1996 / 23:48:04 / stefan"
   383 !
   383 !
   384 
   384 
   385 reinitialize
   385 reinitialize
   386    super reinitialize.
   386     "if I have already been reinited - return"
   387    self unmap.
   387     drawableId notNil ifTrue:[
   388 
   388         ^ self
   389     "Modified: 3.5.1996 / 23:48:04 / stefan"
   389     ].
       
   390     "physically create the view & subviews"
       
   391     self recreate.
       
   392 
       
   393 "/   super reinitialize.
       
   394 "/   self unmap.
       
   395 
       
   396     "Modified: / 3.5.1996 / 23:48:04 / stefan"
       
   397     "Modified: / 6.5.1999 / 09:38:06 / cg"
   390 !
   398 !
   391 
   399 
   392 resize
   400 resize
   393     "resize myself to make everything visible"
   401     "resize myself to make everything visible"
   394 
   402 
   878 ! !
   886 ! !
   879 
   887 
   880 !ModalBox class methodsFor:'documentation'!
   888 !ModalBox class methodsFor:'documentation'!
   881 
   889 
   882 version
   890 version
   883     ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.66 1999-04-24 20:05:30 cg Exp $'
   891     ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.67 1999-05-06 07:50:25 cg Exp $'
   884 ! !
   892 ! !
   885 ModalBox initialize!
   893 ModalBox initialize!