# HG changeset patch # User Claus Gittinger # Date 1443701189 -7200 # Node ID e5b5db8356f7424ca2241b03c484afc916473275 # Parent f5a4a6ceaffcb5717396c69dee5b6b4a46166f2b #DOCUMENTATION class: ActiveHelpView changed: #initStyle diff -r f5a4a6ceaffc -r e5b5db8356f7 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 @@ @@ -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$' ! !