DIRECTORY
Buttons USING [Button, ButtonProc],
ButtonsPrivate USING [ButtonData, ButtonDataRec, DisplayStyle],
CedarProcess USING [SetPriority],
ChoiceButtons,
Containers USING [ChildXBound],
Imager USING [black, Color, Font, MaskRectangleI, SetColor, SetFont, SetXYI, ShowRope, white],
ImagerBackdoor USING [invert, MakeStipple],
InputFocus USING [CaptureButtons, ReleaseButtons],
Labels USING [Create, Label, Set],
MessageWindowBackdoor,
Process USING [Detach, Milliseconds, MsecToTicks, SetTimeout],
Rope USING [ROPE, Equal],
TIPUser USING [InstantiateNewTIPTable, TIPScreenCoords],
VFonts USING [CharWidth, defaultFont, DefaultFont, Font, FontHeight, StringWidth],
ViewerClasses USING [GetProc, GuardState, MouseButton, NotifyProc, PaintProc, PaintRectangle, SetProc, Viewer, ViewerClass, ViewerClassRec, ViewerRec],
ViewerOps USING [AddProp, CreateViewer, DestroyViewer, EnumerateChildren, EnumProc, FetchProp, MouseInViewer, PaintViewer, RegisterViewerClass],
ViewerPrivate USING [Document],
ViewerTools USING [MakeNewTextViewer, SetContents, SetSelection];