ChckTggle.st
changeset 585 8f395aba0173
parent 440 2beb33cb0146
child 593 86dd024ed773
--- a/ChckTggle.st	Thu Apr 25 19:16:52 1996 +0200
+++ b/ChckTggle.st	Thu Apr 25 19:26:41 1996 +0200
@@ -43,30 +43,34 @@
     you want to have some label along the check) and often grouped for
     many-in-many or one-in-many setups.
 
-    StyleSheet values:
+    [StyleSheet values:]
 
-	checkToggleCheckColor   <Color>         color to draw check-image with.
-						defaults to value of #buttonActiveForegroundColor.
+        checkToggleCheckColor   <Color>         color to draw check-image with.
+                                                defaults to value of #buttonActiveForegroundColor.
 
-	checkToggleActiveBackgroundColor        background color to draw active checki-image with
-	checkToggleForegroundColor              foreground color to use if off
-	checkToggleBackgroundColor              background color to use if off
+        checkToggleActiveBackgroundColor        background color to draw active checki-image with
+        checkToggleForegroundColor              foreground color to use if off
+        checkToggleBackgroundColor              background color to use if off
 
-	checkToggleBitmapFile   <String>        name of bitmap file for check-image
+        checkToggleBitmapFile   <String>        name of bitmap file for check-image
 
-	checkToggleStyle        <Symbol>        default checkForm style.
-						used if above is nil or file not readable
-						can be #cross or #check; defaults to #check 
+        checkToggleStyle        <Symbol>        default checkForm style.
+                                                used if above is nil or file not readable
+                                                can be #cross or #check; defaults to #check 
 
-	checkToggleAvtiveLevel  <Number>        active level - defaults to value of #buttonPassiveLevel
-	checkTogglePassiveLevel <Number>        active level - defaults to value of #buttonPassiveLevel
-	checkToggleBorderWidth  <Number>        borderWidth - defaults buttons default
+        checkToggleAvtiveLevel  <Number>        active level - defaults to value of #buttonPassiveLevel
+        checkTogglePassiveLevel <Number>        active level - defaults to value of #buttonPassiveLevel
+        checkToggleBorderWidth  <Number>        borderWidth - defaults buttons default
 
     (if not set in the styleSheet, Toggle values are taken)
 
     See examples.
 
-    See also: CheckBox  RadioButton  RadioButtonGroup Toggle Button
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        CheckBox  RadioButton  RadioButtonGroup Toggle Button
 "
 !
 
@@ -352,5 +356,5 @@
 !CheckToggle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ChckTggle.st,v 1.23 1996-03-01 12:58:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ChckTggle.st,v 1.24 1996-04-25 17:22:03 cg Exp $'
 ! !