ViewWithAcceptAndCancelBar.st
changeset 14429 3fb66a972ee5
parent 13518 049393762925
child 14434 a99f61cbb975
equal deleted inserted replaced
14428:c7f7c5221f21 14429:3fb66a972ee5
   193     "
   193     "
   194      self new open
   194      self new open
   195     "
   195     "
   196 !
   196 !
   197 
   197 
   198 slaveView:aView
   198 setSlaveView:aView
   199     self add:aView.
       
   200     slaveView := aView.
   199     slaveView := aView.
   201     aView origin:(0.0@0.0) corner:(1.0@1.0).
   200     aView origin:(0.0@0.0) corner:(1.0@1.0).
   202     aView modifiedChannel addDependent:self.
   201     aView modifiedChannel addDependent:self.
       
   202 
       
   203     "
       
   204      |v|
       
   205 
       
   206      v := self new.
       
   207      v slaveView:CodeView new.
       
   208      v open
       
   209     "
       
   210 !
       
   211 
       
   212 slaveView:aView
       
   213     self add:aView.
       
   214     self setSlaveView:aView.
   203 
   215 
   204     "
   216     "
   205      |v|
   217      |v|
   206 
   218 
   207      v := self new.
   219      v := self new.
   285 ! !
   297 ! !
   286 
   298 
   287 !ViewWithAcceptAndCancelBar class methodsFor:'documentation'!
   299 !ViewWithAcceptAndCancelBar class methodsFor:'documentation'!
   288 
   300 
   289 version
   301 version
   290     ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.12 2013-09-06 15:09:05 cg Exp $'
   302     ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.13 2014-05-30 20:54:45 cg Exp $'
   291 !
   303 !
   292 
   304 
   293 version_CVS
   305 version_CVS
   294     ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.12 2013-09-06 15:09:05 cg Exp $'
   306     ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.13 2014-05-30 20:54:45 cg Exp $'
   295 ! !
   307 ! !
   296 
   308