WindowBuilder.st
changeset 1723 d5408b5f1d72
parent 1722 7d37db741aa4
child 1725 a9945722dab2
equal deleted inserted replaced
1722:7d37db741aa4 1723:d5408b5f1d72
  1321 "/            window open.
  1321 "/            window open.
  1322 "/        ].
  1322 "/        ].
  1323 "/        type = #slave ifTrue:[
  1323 "/        type = #slave ifTrue:[
  1324 "/            window windowGroup topViews first beMaster
  1324 "/            window windowGroup topViews first beMaster
  1325 "/        ].
  1325 "/        ].
  1326 
  1326         window open.
  1327         ^ self
  1327         ^ self
  1328     ].
  1328     ].
  1329 
  1329 
  1330     type == #popUp ifTrue:[
  1330     type == #popUp ifTrue:[
  1331         window fixPosition:(device pointerPosition).
  1331         window fixPosition:(device pointerPosition).
  1342 ! !
  1342 ! !
  1343 
  1343 
  1344 !WindowBuilder class methodsFor:'documentation'!
  1344 !WindowBuilder class methodsFor:'documentation'!
  1345 
  1345 
  1346 version
  1346 version
  1347     ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.104 2003-03-21 17:31:50 cg Exp $'
  1347     ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.105 2003-03-21 17:37:47 cg Exp $'
  1348 ! !
  1348 ! !