<> <> <> Interpress: CONFIGURATION LINKS: CODE IMPORTS Atom, Buttons, CGClipper, CGReducer, Commander, Containers, Convert, FileIO, Graphics, Icons, InputFocus, IO, Menus, Process, Real, RealFns, Rope, RopeIO, RopeReader, Rules, Runtime, ShowTime, UnifiedFonts, VFonts, ViewerIO, ViewerOps, ViewerTools -- EXPORTS ALL -- CONTROL IP, IPTool = BEGIN IP: CONFIGURATION LINKS: CODE IMPORTS Atom, CGClipper, CGReducer, FileIO, Graphics, IO, Real, RealFns, Rope, RopeIO, RopeReader, Runtime, ShowTime, UnifiedFonts EXPORTS ALL CONTROL IPErrorsImpl, IPConvertImpl, IPStackImpl, IPVectorImpl, IPRealImpl, IPOpsImpl, IPExecImpl, IPEncodingImpl, IPWrittenEncodingImpl, IPXeroxEncodingImpl, IPBasePrimitivesImpl, IPImagePrimitivesImpl, IPPrimitiveImpl, IPImagerOpsImpl, IPTransformImpl, IPGeometryImpl, IPStrokeImpl, IPCubicImpl, IPColorImpl, IPMaskImpl, IPFontImpl, IPShowImpl, IPScanImpl, IPBitmapOutputImpl, IPMiscImpl = BEGIN IPErrorsImpl; IPConvertImpl; IPStackImpl; IPVectorImpl; IPRealImpl; IPOpsImpl; IPExecImpl; IPEncodingImpl; IPWrittenEncodingImpl; IPXeroxEncodingImpl; IPBasePrimitivesImpl; IPImagePrimitivesImpl; IPPrimitiveImpl; IPImagerOpsImpl; IPTransformImpl; IPGeometryImpl; IPStrokeImpl; IPCubicImpl; IPColorImpl; IPMaskImpl; IPFontImpl; IPShowImpl; IPScanImpl; IPBitmapOutputImpl; IPMiscImpl; END; IP; IPTool; END.