#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Thu, 01 Oct 2015 14:06:29 +0200
changeset 3502 e5b5db8356f7
parent 3501 f5a4a6ceaffc
child 3503 0244fcfcc7d9
#DOCUMENTATION class: ActiveHelpView changed: #initStyle
ActiveHelpView.st
--- a/ActiveHelpView.st	Thu Oct 01 11:06:52 2015 +0200
+++ b/ActiveHelpView.st	Thu Oct 01 14:06:29 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
               All Rights Reserved
@@ -11,6 +13,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 View subclass:#ActiveHelpView
 	instanceVariableNames:'myView shapeStyle controllingHelpListener'
 	classVariableNames:''
@@ -216,6 +220,7 @@
 
     <resource: #style (#'activeHelp.backgroundColor'
                        #'activeHelp.borderWidth'
+                       #'activeHelp.borderColor'
                        #'activeHelp.font'
                        #'activeHelp.style')>
 
@@ -409,10 +414,10 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.49 2014-11-20 19:31:34 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.49 2014-11-20 19:31:34 cg Exp $'
+    ^ '$Header$'
 ! !