ModalBox.st
changeset 3884 dc9ea4cfc963
parent 3881 6661ab0fa781
child 3992 0780e10218a8
equal deleted inserted replaced
3883:4e01a59afccb 3884:dc9ea4cfc963
   247 
   247 
   248     "Created: / 8.12.1997 / 19:18:45 / cg"
   248     "Created: / 8.12.1997 / 19:18:45 / cg"
   249     "Modified: / 8.12.1997 / 19:19:39 / cg"
   249     "Modified: / 8.12.1997 / 19:19:39 / cg"
   250 ! !
   250 ! !
   251 
   251 
   252 !ModalBox methodsFor:'initialize / release'!
   252 !ModalBox methodsFor:'initialization & release'!
   253 
   253 
   254 addToCurrentProject
   254 addToCurrentProject
   255     "ignored here"
   255     "ignored here"
   256 
   256 
   257     ^ self
   257     ^ self
   916 ! !
   916 ! !
   917 
   917 
   918 !ModalBox class methodsFor:'documentation'!
   918 !ModalBox class methodsFor:'documentation'!
   919 
   919 
   920 version
   920 version
   921     ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.82 2003-05-07 14:43:05 cg Exp $'
   921     ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.83 2003-05-07 14:59:22 cg Exp $'
   922 ! !
   922 ! !
   923 
   923 
   924 ModalBox initialize!
   924 ModalBox initialize!