Text preview for : WEWindows.mesa_Sep78.pdf part of xerox WEWindows.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_Debug WEWindows.mesa_Sep78.pdf



Back to : WEWindows.mesa_Sep78.pdf | Home

WEWindows.mesa 2-Sep-78 16:32:14 Page 1



--File: WEWindows.mesa
--Edited by:
Sandman April 21. 1978 11:06 AM
Barbara July 18. 1978 3:01 PM
DIRECTORY
MenuDefs: FROM "menudefs" USING [DestroyMenu. MenuItem].
OsStaticDefs: FROM "osstaticdefs" USING [OsStatics].
RectangleDefs: FROM "rectangledefs" USING [
CreateRectangle. CursorToMapCoords. DestroyRectangle.
GrowRectangle, MoveRectangle].
SegmentDefs: FROM "segmentdefs" USING [FileNameError].
StreamDef s: FROM'" s treamde f s" USING [
CloseDiskStream. CreateDisplayStream. CreateKeyStream, EqualIndex.
Getlndex. ModifyIndex. NormalizeIndex. OpenDiskStream. OpenKeyStream.
SetIndex. StreamError].
StringDefs: FROM "stringdefs" USING [InvalidNumber. StringToNumber].
SystemDefs: FROM "systemdefs" USING [
AllocateHeapNode. FreeHeapNode. FreeHeapString].
WindExDefs: FROM "windexdefs" USING [
AMouseButton. AssignScratchFile. CursorToRectangleCoords. CursorType.
GetMouseButton, maxscratch, NoteNameError, NullIndex. OriginIndex.
SetCursor. WEDataHandle. xcul'sorloc. xmouseloc. ycursorloc. ymouseloc].
WindowDefs: FROM "windowdefs" USING [
AlterWindowType. CreateDisplayWindow. DestroyDisplayWindow, DisplayHandle,
FindDisplayWindow. GetCurrentDisplayWindow, GetSelection, MarkSelection.
PaintDisplayWindow. Rptr. SetIndexForWindow, StreamHandle. StreamIndex.
WindowHandle,xCoord. yCoord]:
DEFINITIONS FROM StreamDefs. MenuDefs. RectangleDefs. WindowDefs. WindExDefs:
WEWindows: PROGRAM [WEState: WEDataHandle]
IMPORTS SegmentDefs, StreamDefs, SystemDefs, MenuDefs.
RectangleDefs, WindowDefs. WindExDefs. StringDefs
EXPORTS WindExDefs
SHARES StreamDefs. WindExDefs