CharacterSetView.st
changeset 2627 c08a4b177a2d
parent 2626 2f0df284f022
child 2628 47ca43b03718
--- a/CharacterSetView.st	Thu Feb 12 15:58:27 2004 +0100
+++ b/CharacterSetView.st	Thu Feb 12 16:00:19 2004 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
 "{ Package: 'stx:goodies' }"
 
 View subclass:#CharacterSetView
@@ -7,6 +19,29 @@
 	category:'Collections-Text-Encodings'
 !
 
+!CharacterSetView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    Can be used both as an informative display of a fonts characters
+    (opened via the fontPanels - text-preview popUpMenu)
+    or to insert characters into a textView (opened by a textEditors misc-specialCharacters menu).
+"
+! !
 
 !CharacterSetView class methodsFor:'startup'!
 
@@ -296,5 +331,5 @@
 !CharacterSetView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CharacterSetView.st,v 1.6 2004-02-12 14:58:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CharacterSetView.st,v 1.7 2004-02-12 15:00:19 cg Exp $'
 ! !