TopView.st
changeset 3818 6a5b62a616a7
parent 3768 e39ab287f08c
child 3880 c4c8268a2d9f
equal deleted inserted replaced
3817:34deab81bfe2 3818:6a5b62a616a7
   393 
   393 
   394 raiseDeiconified
   394 raiseDeiconified
   395     "deiconify & bring to front"
   395     "deiconify & bring to front"
   396 
   396 
   397     self isCollapsed ifTrue:[
   397     self isCollapsed ifTrue:[
   398         self unmap.
   398 "/        self unmap.
   399         self realize.
   399         self realize.
   400     ].
   400     ].
   401     self raise
   401     self raise
   402 
   402 
   403     "
   403     "
   798 ! !
   798 ! !
   799 
   799 
   800 !TopView class methodsFor:'documentation'!
   800 !TopView class methodsFor:'documentation'!
   801 
   801 
   802 version
   802 version
   803     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.77 2002-11-19 19:41:58 cg Exp $'
   803     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.78 2003-03-17 16:27:18 cg Exp $'
   804 ! !
   804 ! !