-- ControlsPackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, February 24, 1987 2:24:39 pm PST
ControlsPackage: CONFIGURATION
IMPORTS Buttons, CedarProcess, Convert, Draw2d, EditedStream, FileNames, Imager, ImagerOps, IO, Labels, ProcessProps, RealFns, Rope, TIPUser, TiogaExtraOps, TiogaOps, TypeScript, VFonts, ViewerIO, ViewerOps, ViewerSpecs, ViewerTools
EXPORTS Controls, ControlsPrivate
CONTROL ControlsImpl, ControlsOuterImpl
=
BEGIN
ControlsImpl;
ControlsOuterImpl;
ControlsSliderDialImpl;
ControlsFunctionImpl;
ControlsContourImpl;
ControlsSketchImpl;
END.