XTkHelpShells.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Created by Christian Jacobi, January 31, 1992 5:37:57 pm PST
Christian Jacobi, March 10, 1992 3:54 pm PST
Semi private interface which allows for shells to implement HelpStrings.
HelpStrings is a simple help facility capable of displaying strings
DIRECTORY
HelpStrings USING [Handle],
XTk USING [Widget];
XTkHelpShells: CEDAR DEFINITIONS ~
BEGIN
CreateHelpWithPopShell: PROC [for: XTk.Widget] RETURNS [h: HelpStrings.Handle];
--for may be used for positioning and for destroying
END.