# HG changeset patch # User Claus Gittinger # Date 1029771888 -7200 # Node ID 44233528f334373999571d1f55ee345f6702256f # Parent 2cae83b79abd1daba078b5f59d99eefcfe357cb6 flyByHelpTextFor: diff -r 2cae83b79abd -r 44233528f334 TopView.st --- a/TopView.st Tue Aug 13 14:45:32 2002 +0200 +++ b/TopView.st Mon Aug 19 17:44:48 2002 +0200 @@ -262,6 +262,20 @@ !TopView methodsFor:'help stubs'! +flyByHelpTextFor:aSubView + "this will vanish - its temporarily here to allow for stdSysViews to be + used as a masterApp for dialogs" + + ^ nil +! + +helpTextFor:aSubView + "this will vanish - its temporarily here to allow for stdSysViews to be + used as a masterApp for dialogs" + + ^ nil +! + showHelp:aHelpText for:aView "dummy - added in case a regular topView is installed as a dialogs masterApplication. @@ -764,5 +778,5 @@ !TopView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.73 2002-05-03 18:03:02 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.74 2002-08-19 15:44:48 cg Exp $' ! !