UpDownButton.st
changeset 5646 cebc9b5ad138
parent 2767 42ea3925fe0e
--- a/UpDownButton.st	Tue Nov 28 19:27:20 2017 +0100
+++ b/UpDownButton.st	Tue Nov 28 19:27:33 2017 +0100
@@ -9,10 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
+"{ Package: 'stx:libwidg2' }"
 
-
-"{ Package: 'stx:libwidg2' }"
+"{ NameSpace: Smalltalk }"
 
 View subclass:#UpDownButton
 	instanceVariableNames:'orientation upButton downButton'
@@ -187,7 +186,7 @@
     "Modified: / 30.3.1999 / 17:45:59 / stefan"
 ! !
 
-!UpDownButton methodsFor:'accessing-colors'!
+!UpDownButton methodsFor:'accessing-color & font'!
 
 backgroundColor
     "return the backgroundColor"
@@ -404,5 +403,6 @@
 !UpDownButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/UpDownButton.st,v 1.22 2004-10-26 10:52:24 cg Exp $'
+    ^ '$Header$'
 ! !
+