TopView.st
changeset 1536 9c4e6fd967fb
parent 1519 790f9af6c878
child 1765 4be7b62a32e3
equal deleted inserted replaced
1535:a347ad2379bc 1536:9c4e6fd967fb
   262 !
   262 !
   263 
   263 
   264 isCollapsed
   264 isCollapsed
   265     "ST80 compatibility: return true if the view is not shown (i.e. iconified)"
   265     "ST80 compatibility: return true if the view is not shown (i.e. iconified)"
   266 
   266 
       
   267     "/ ^ device windowIsIconified:drawableId
   267     ^ shown not
   268     ^ shown not
       
   269 
       
   270     "Modified: 4.4.1997 / 14:44:39 / cg"
   268 !
   271 !
   269 
   272 
   270 isPopUpView
   273 isPopUpView
   271     "return true, since I want to come up without decoration 
   274     "return true, since I want to come up without decoration 
   272      and popUp to top immediately."
   275      and popUp to top immediately."
   531 ! !
   534 ! !
   532 
   535 
   533 !TopView class methodsFor:'documentation'!
   536 !TopView class methodsFor:'documentation'!
   534 
   537 
   535 version
   538 version
   536     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.45 1997-04-02 18:16:13 cg Exp $'
   539     ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.46 1997-04-04 13:54:39 cg Exp $'
   537 ! !
   540 ! !