documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 19:31:18 +0200
changeset 617 74941f143cf1
parent 616 56cf67c82664
child 618 5d5277119897
documentation
ViewStyle.st
--- a/ViewStyle.st	Thu Apr 25 19:17:58 1996 +0200
+++ b/ViewStyle.st	Thu Apr 25 19:31:18 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ResourcePack subclass:#ViewStyle
-	 instanceVariableNames:'name is3D'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Views-Support'
+	instanceVariableNames:'name is3D'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Views-Support'
 !
 
 !ViewStyle class methodsFor:'documentation'!
@@ -40,6 +40,13 @@
     and is instantiated with 'View defaultStyle:aStyleSymbol', which reads
     a stylesheet from a file '<aStyleSymbol>.style' (usually in the 'resources'
     directory.
+
+    [see also:]
+        View
+        ( Configuration & Customization :html: custom/TOP.html#VIEWSTYLE )
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -154,5 +161,5 @@
 !ViewStyle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.9 1995-11-23 18:08:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ViewStyle.st,v 1.10 1996-04-25 17:31:18 cg Exp $'
 ! !