UIObjectView.st
changeset 2422 d85ddb9b2355
parent 2398 bdefc2be920a
child 2481 b8999543e2b4
equal deleted inserted replaced
2421:2504941c00c2 2422:d85ddb9b2355
  1287     (size ~~ 0 or:[coll isNil]) ifTrue:[^ size].
  1287     (size ~~ 0 or:[coll isNil]) ifTrue:[^ size].
  1288   ^ 1
  1288   ^ 1
  1289 !
  1289 !
  1290 
  1290 
  1291 selectNextUpInHierarchy
  1291 selectNextUpInHierarchy
  1292     self halt.
  1292     self halt:#ca.
  1293 !
  1293 !
  1294 
  1294 
  1295 selection:newSelection
  1295 selection:newSelection
  1296     "change selection to newSelection"
  1296     "change selection to newSelection"
  1297 
  1297 
  2697     transaction := nil.
  2697     transaction := nil.
  2698     enabled     := true.
  2698     enabled     := true.
  2699 !
  2699 !
  2700 
  2700 
  2701 on:aPainter
  2701 on:aPainter
  2702     self halt.
  2702     self halt:#ca.
  2703     self initializeFor:aPainter
  2703     self initializeFor:aPainter
  2704 ! !
  2704 ! !
  2705 
  2705 
  2706 !UIObjectView::UndoHistory methodsFor:'menu'!
  2706 !UIObjectView::UndoHistory methodsFor:'menu'!
  2707 
  2707