Griffin.config
Last Edited by Maureen Stone July 7, 1985 12:59:27 pm PDT
Last Edited by: Pier, February 14, 1984 11:21:59 am PST
Last Edited by: Beach, May 9, 1984 4:07:18 pm PDT
Griffin: CONFIGURATION IMPORTS BasicTime, Commander, Convert, Cursors, FS, Icons, Imager, ImagerBackdoor, ImagerColor, ImagerFont, ImagerInterpress, ImagerScanConverter, ImagerTransformation, IO, List, Menus, MessageWindow, Process, ProcessProps, Real, RealConvert, RealFns, Rope, SafeStorage, Terminal, TIPUser, UnsafeStorage, UserCredentials, Vector2, ViewerOps, ViewerTools
EXPORTS ALL
CONTROL GriffinViewerImpl =
BEGIN
CubicSplinePackage;
GriffinMenusInterfaceImpl; --lets you click the griffin menus from a program 
GriffinMenu; --MenuDefs.InitMenuStyle
GriffinDisplayImpl; 
GriffinGridImpl;
GriffinTextImpl;
GriffinStyleImpl;
GriffinColorImpl;
GriffinEncodingImpl;
Controllers; --ControllerDefs.DefaultControllers
ControllerMenus; --ControllerMenuDefs.Init*
XFormFns;
GriffinMemoryFns; --GriffinMemoryDefs.Initialize
GriffinCursors;
GriffinInput;  --GriffinInputDefs.StartInputHandler
GriffinFile;
Relations;
PointFns; --PointDefs.InitPointFns
ShowObjects; 
ObjectFns;
ObjectXForms;
Refresh;
FigureOps; --GriffinDefs.StartFigureMenus
ObjectOps; --GriffinDefs.StartObjectMenus
DrawOps; --GriffinDefs.StartDrawMenus
GriffinUserMessage; 
GriffinViewerImpl; --Started as control module
END.