checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 23 Feb 1999 18:40:07 +0100
changeset 2466 6a85fa3b62a3
parent 2465 193a96bd94d7
child 2467 6ea14f005437
checkin from browser
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 $'
 ! !