CKViewerPackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Last Edited by: Pier, January 10, 1984 10:59 am
Doug Wyatt, April 30, 1985 6:55:59 pm PDT
Rick Beach, November 25, 1985 1:56:18 pm PST
CKViewerPackage: CONFIGURATION
IMPORTS BasicTime, Buttons, ChoiceButtons, Commander, Containers, DoradoInputOutput, Icons, InterminalBackdoor, IO, Labels, MessageWindow, NumberLabels, Process, Random, Rope, Rules, Terminal, VFonts, VFonts, ViewerIO, ViewerOps, ViewerTools
EXPORTS CKViewerButtons, CKViewerTables, CKViewerPanel
CONTROL CKViewerButtonsImpl, CKViewerOpsImpl, CKViewerTablesImpl, CKViewerPanelImpl, CKViewerTestImpl, CKViewerImpl =
BEGIN
CKViewerButtonsImpl;
CKViewerOpsImpl;
CKViewerTablesImpl;
CKViewerPanelImpl;
CKViewerTestImpl;
CKViewerImpl;
END.