methodCategory change
authorClaus Gittinger <cg@exept.de>
Wed, 16 Aug 2000 23:23:40 +0200
changeset 1808 e8628b502a49
parent 1807 51d202a9eac5
child 1809 021aaf4e6006
methodCategory change
ColorMenu.st
FontMenu.st
MenuPanel.st
--- a/ColorMenu.st	Wed Aug 16 10:35:43 2000 +0200
+++ b/ColorMenu.st	Wed Aug 16 23:23:40 2000 +0200
@@ -189,7 +189,7 @@
 "
 ! !
 
-!ColorMenu methodsFor:'accept'!
+!ColorMenu methodsFor:'accepting'!
 
 accept:anItem
     "accept current selected item"
@@ -645,5 +645,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.21 2000-08-11 15:35:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.22 2000-08-16 21:23:09 cg Exp $'
 ! !
--- a/FontMenu.st	Wed Aug 16 10:35:43 2000 +0200
+++ b/FontMenu.st	Wed Aug 16 23:23:40 2000 +0200
@@ -12,6 +12,8 @@
 
 
 
+"{ Package: 'stx:libtool2' }"
+
 MenuPanel subclass:#FontMenu
 	instanceVariableNames:'model enabledChannel fontFamily fontFace fontStyle fontSize'
 	classVariableNames:''
@@ -148,7 +150,7 @@
       )
 ! !
 
-!FontMenu methodsFor:'accept'!
+!FontMenu methodsFor:'accepting'!
 
 accept:anItem
     "accept current selected item
@@ -363,5 +365,5 @@
 !FontMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.8 1999-07-02 09:53:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.9 2000-08-16 21:23:23 cg Exp $'
 ! !
--- a/MenuPanel.st	Wed Aug 16 10:35:43 2000 +0200
+++ b/MenuPanel.st	Wed Aug 16 23:23:40 2000 +0200
@@ -704,7 +704,7 @@
     "Modified: / 8.8.1998 / 02:13:11 / cg"
 ! !
 
-!MenuPanel methodsFor:'accept'!
+!MenuPanel methodsFor:'accepting'!
 
 accept
     "accept current selected item
@@ -4194,7 +4194,7 @@
   ^ item.
 ! !
 
-!MenuPanel::Item methodsFor:'accept'!
+!MenuPanel::Item methodsFor:'accepting'!
 
 canAccept
     "returns true if item is acceptable
@@ -6137,6 +6137,6 @@
 !MenuPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.237 2000-08-15 14:27:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.238 2000-08-16 21:23:40 cg Exp $'
 ! !
 MenuPanel initialize!