File: GGMenus.mesa
Author: Eric Bier on June 5, 1985 11:34:50 pm PDT
Copyright © 1985 by Xerox Corporation. All rights reserved.
Last edited by Bier on March 9, 1987 7:42:08 pm PST
Contents: Makes the Gargoyle control panel
Pier, December 6, 1985 10:01:51 am PST
DIRECTORY
GGInterfaceTypes, Menus;
GGMenus: CEDAR DEFINITIONS =
BEGIN
GGData: TYPE = GGInterfaceTypes.GGData;
BuildControlPanel: PROC [ggData: GGData, windowMenu: Menus.Menu];
END.