ViewerHelpStrings.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, May 7, 1992 11:11:27 am PDT
Christian Jacobi, May 7, 1992 11:13 am PDT
HelpStrings using Viewers message window.
DIRECTORY
HelpStrings USING [Handle];
ViewerHelpStrings: CEDAR DEFINITIONS ~
BEGIN
GetHandle: PROC [] RETURNS [HelpStrings.Handle];
Returns a HelpStrings handle which might be used to display help strings in the message window.
END.