category changes
authorClaus Gittinger <cg@exept.de>
Tue, 22 Aug 2000 00:45:43 +0200
changeset 1399 a0687f5e1f54
parent 1398 284781677ae1
child 1400 891c5c044e33
category changes
UIGalleryView.st
UIObjectView.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
--- 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