DSVColumnView.st
changeset 4489 e492b99bfa39
parent 4486 3407ac48b630
child 4496 229bdd6b4754
--- a/DSVColumnView.st	Thu Feb 13 00:46:29 2014 +0100
+++ b/DSVColumnView.st	Thu Feb 13 12:23:28 2014 +0100
@@ -38,10 +38,9 @@
 		CheckToggleActiveImage CheckTogglePassiveImage
 		ButtonHalfLightColor ButtonHalfShadowColor ButtonEdgeStyle
 		CheckToggleForm CheckToggleLevel CheckToggleExtent
-		RadioButtonForm RadioButtonLevel RadioButtonExtent
 		ComboButtonForm ComboButtonLevel ComboButtonExtent
-		StopRedrawSignal DragMotionDistance RadioButtonActiveImage
-		RadioButtonPassiveImage PreselectAllWhenOpeningEditor'
+		StopRedrawSignal RadioButtonActiveImage RadioButtonPassiveImage
+		PreselectAllWhenOpeningEditor'
 	poolDictionaries:''
 	category:'Views-DataSet'
 !
@@ -4781,10 +4780,10 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.291 2014-02-12 15:39:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.292 2014-02-13 11:23:28 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.291 2014-02-12 15:39:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.292 2014-02-13 11:23:28 stefan Exp $'
 ! !