ActiveHelpView.st
changeset 98 ab8ed9e213d0
parent 96 948318b2fbd4
child 114 e577a2f332d0
--- a/ActiveHelpView.st	Tue Aug 29 19:46:11 1995 +0200
+++ b/ActiveHelpView.st	Wed Aug 30 01:43:11 1995 +0200
@@ -25,13 +25,19 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.3 1995-08-29 17:42:50 claus Exp $
+$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.4 1995-08-29 23:43:00 claus Exp $
 "
 !
 
 documentation
 "
-    a talking view
+    a talking view.
+    Instances of myself show up either as a comics-like talking
+    view, or as a simple square popup. This is configured via the
+    styleSheet; the default is simple-square. To get the fancy cmics
+    view, add a resource 'activeHelpStyle' with a symbol-value of #cartoon.
+    However, be aware that some servers have performance problems with
+    these view-shapes (or do not support shapes at all).
 "
 !