# HG changeset patch # User Claus Gittinger # Date 966897943 -7200 # Node ID a0687f5e1f5493104424705e7d1b9ed21b45538f # Parent 284781677ae1412403d21ce25030da573acfb05b category changes diff -r 284781677ae1 -r a0687f5e1f54 UIGalleryView.st --- a/UIGalleryView.st Tue Aug 22 00:44:28 2000 +0200 +++ b/UIGalleryView.st Tue Aug 22 00:45:43 2000 +0200 @@ -12,6 +12,8 @@ +"{ Package: 'stx:libtool2' }" + NoteBookView subclass:#UIGalleryView instanceVariableNames:'majorKey minorKeys minorKeysHolder' classVariableNames:'' @@ -159,7 +161,7 @@ self selection:nil. ! ! -!UIGalleryView methodsFor:'accessing holders'! +!UIGalleryView methodsFor:'accessing-holders'! clientSpecHolder "get the holder which keeps the current selection or in case of 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