WindowBuilder.st
changeset 176 3890e2b312e0
parent 132 0a8fe342ed91
child 223 b65dc250db8d
equal deleted inserted replaced
175:df08e5b663d0 176:3890e2b312e0
   110 ! !
   110 ! !
   111 
   111 
   112 !WindowBuilder methodsFor:'operation'!
   112 !WindowBuilder methodsFor:'operation'!
   113 
   113 
   114 buildFromSpec:aSpec
   114 buildFromSpec:aSpec
   115     self subclassResponsibility
   115     ^ self subclassResponsibility
   116 !
   116 !
   117 
   117 
   118 closeRequest
   118 closeRequest
   119     topView destroy
   119     topView destroy
   120 !
   120 !
   178 ! !
   178 ! !
   179 
   179 
   180 !WindowBuilder class methodsFor:'documentation'!
   180 !WindowBuilder class methodsFor:'documentation'!
   181 
   181 
   182 version
   182 version
   183     ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.11 1995-12-03 12:30:23 cg Exp $'
   183     ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.12 1996-03-21 17:59:34 cg Exp $'
   184 ! !
   184 ! !