# HG changeset patch # User Claus Gittinger # Date 919791607 -3600 # Node ID 6a85fa3b62a3b4456d9cca58c0cdf9a3ea52c196 # Parent 193a96bd94d7336789172dd2327aa56f38399c61 checkin from browser diff -r 193a96bd94d7 -r 6a85fa3b62a3 TopView.st --- a/TopView.st Mon Feb 22 20:11:52 1999 +0100 +++ b/TopView.st Tue Feb 23 18:40:07 1999 +0100 @@ -234,6 +234,15 @@ "Modified: 23.4.1996 / 21:38:27 / cg" ! ! +!TopView methodsFor:'help stubs'! + +showHelp:aHelpText for:aView + "dummy - added in case a regular topView is installed + as a dialogs masterApplication. + Concrete application subclasses may redefine this to + display a help text in one of its message areas" +! ! + !TopView methodsFor:'initialization'! initialize @@ -600,5 +609,5 @@ !TopView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.53 1998-09-11 12:55:49 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.54 1999-02-23 17:40:07 cg Exp $' ! !