invalidation
authorClaus Gittinger <cg@exept.de>
Tue, 01 Apr 1997 13:22:42 +0200
changeset 341 50cc3123977e
parent 340 c02e5db9b6f5
child 342 9e7148fb27c4
invalidation
CheckBox.st
--- a/CheckBox.st	Tue Apr 01 12:48:24 1997 +0200
+++ b/CheckBox.st	Tue Apr 01 13:22:42 1997 +0200
@@ -556,6 +556,13 @@
 
 !CheckBox methodsFor:'event handling'!
 
+invalidate
+    toggleView invalidate.
+    labelView invalidate
+
+    "Created: 1.4.1997 / 13:22:09 / cg"
+!
+
 keyPress:aKey x:x y:y
     aKey == Character space ifTrue:[
 	self hasFocus ifTrue:[
@@ -680,5 +687,5 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.42 1997-03-07 20:19:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.43 1997-04-01 11:22:42 cg Exp $'
 ! !