UIObjectView.st
changeset 1399 a0687f5e1f54
parent 1350 4e6bdf86b9ac
child 1427 85b9b5da0b8d
equal deleted inserted replaced
1398:284781677ae1 1399:a0687f5e1f54
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
       
    14 
       
    15 "{ Package: 'stx:libtool2' }"
    14 
    16 
    15 ObjectView subclass:#UIObjectView
    17 ObjectView subclass:#UIObjectView
    16 	instanceVariableNames:'saveSelection inputView undoHistory copiedExtent copiedLayout
    18 	instanceVariableNames:'saveSelection inputView undoHistory copiedExtent copiedLayout
    17 		resizeData clipChildren selectionHiddenLevel gridParameters
    19 		resizeData clipChildren selectionHiddenLevel gridParameters
    18 		setOfSuperViewsSizeChanged'
    20 		setOfSuperViewsSizeChanged'
   382     "show grid
   384     "show grid
   383     "
   385     "
   384     self withSelectionHiddenDo:[super showGrid]
   386     self withSelectionHiddenDo:[super showGrid]
   385 ! !
   387 ! !
   386 
   388 
   387 !UIObjectView methodsFor:'accessing behavior'!
   389 !UIObjectView methodsFor:'accessing-behavior'!
   388 
   390 
   389 enableStateChanged
   391 enableStateChanged
   390     "set the modification / test mode
   392     "set the modification / test mode
   391     "
   393     "
   392     self shown ifTrue:[
   394     self shown ifTrue:[
  2377     ]
  2379     ]
  2378 
  2380 
  2379 
  2381 
  2380 ! !
  2382 ! !
  2381 
  2383 
  2382 !UIObjectView::UndoHistory methodsFor:'accessing behavior'!
  2384 !UIObjectView::UndoHistory methodsFor:'accessing-behavior'!
  2383 
  2385 
  2384 enabled
  2386 enabled
  2385     ^ enabled
  2387     ^ enabled
  2386 !
  2388 !
  2387 
  2389