diff -r 284781677ae1 -r a0687f5e1f54 UIObjectView.st --- a/UIObjectView.st Tue Aug 22 00:44:28 2000 +0200 +++ b/UIObjectView.st Tue Aug 22 00:45:43 2000 +0200 @@ -12,6 +12,8 @@ +"{ Package: 'stx:libtool2' }" + ObjectView subclass:#UIObjectView instanceVariableNames:'saveSelection inputView undoHistory copiedExtent copiedLayout resizeData clipChildren selectionHiddenLevel gridParameters @@ -384,7 +386,7 @@ self withSelectionHiddenDo:[super showGrid] ! ! -!UIObjectView methodsFor:'accessing behavior'! +!UIObjectView methodsFor:'accessing-behavior'! enableStateChanged "set the modification / test mode @@ -2379,7 +2381,7 @@ ! ! -!UIObjectView::UndoHistory methodsFor:'accessing behavior'! +!UIObjectView::UndoHistory methodsFor:'accessing-behavior'! enabled ^ enabled