better icons
authorClaus Gittinger <cg@exept.de>
Fri, 24 Oct 2008 16:23:59 +0200
changeset 3748 8ce94bccb3ac
parent 3747 0812d143fc65
child 3749 e48df33c3ec8
better icons
RadioButton.st
--- a/RadioButton.st	Fri Oct 24 16:03:10 2008 +0200
+++ b/RadioButton.st	Fri Oct 24 16:23:59 2008 +0200
@@ -81,6 +81,7 @@
 
     b := RadioButton label:'off' in:panel.
     group add:b.
+    b enabled:false.
 
     group value:1.
     top open
@@ -653,7 +654,7 @@
 !RadioButton class methodsFor:'image specs'!
 
 radioOffDisabledIcon_vista
-    ^ VistaToolbarIconLibrary radioOff12x12Icon
+    ^ VistaToolbarIconLibrary radioOffDisabled12x12Icon
 !
 
 radioOffDisabledIcon_w95
@@ -725,7 +726,7 @@
 !
 
 radioOnDisabledIcon_vista
-    ^ VistaToolbarIconLibrary radioOn12x12Icon
+    ^ VistaToolbarIconLibrary radioOnDisabled12x12Icon
 !
 
 radioOnDisabledIcon_w95
@@ -1085,5 +1086,5 @@
 !RadioButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.44 2008-10-24 14:02:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.45 2008-10-24 14:23:59 cg Exp $'
 ! !