CheckBox.st
changeset 4120 fcbdc6b3998d
parent 4018 9eb83694ba77
child 4432 4b132f377d09
--- a/CheckBox.st	Fri Apr 06 16:04:25 2012 +0200
+++ b/CheckBox.st	Tue Apr 10 23:37:16 2012 +0200
@@ -14,7 +14,7 @@
 HorizontalPanelView subclass:#CheckBox
 	instanceVariableNames:'toggleView labelView labelForegroundColor
 		disabledLabelForegroundColor disabledLabelEtchedForegroundColor
-		foregroundChannel backgroundChannel resizeForLabel'
+		foregroundChannel resizeForLabel'
 	classVariableNames:'DefaultLabelForegroundColor DefaultDisabledLabelForegroundColor
 		DefaultDisabledLabelEtchedForegroundColor CheckToggleLeft'
 	poolDictionaries:''
@@ -934,9 +934,9 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.85 2011-02-07 09:54:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.86 2012-04-10 21:37:16 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.85 2011-02-07 09:54:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.86 2012-04-10 21:37:16 vrany Exp $'
 ! !