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



Back to : WEControl.mesa_Sep78.pdf | Home

WEControl.mesa 2-Sep-78 15:32:14 Page 1



--File: WEControl.mesa
--Edited by:
Barbara May 15, 1978 5:58 PM
Sandman April 21, 1978 12:19 PM
DIRECTORY
ProcessDefs: FROM "processdefs" USING [Detach],
RectangleDefs: FROM "rectangledefs" USING [
ComputeCharWidth, GetDefaultBitmap, GetDefaultFont, leftmargin, Rptr,
xCoord, yCoord],
StreamDefs: FROM "streamdefs" USING [
ClearDisplayChar, DisplayHandle, EqualIndex, GetDefaultDisplayStream,
GetDefaultKey, GetIndex, KeyboardHandle, ModifyIndex, SetIndex,
StreamError, StreamIndex],
StringDefs: FROM "stringdefs" USING [AppendChar, AppendString],
SystemDefs: FROM "systemdefs" USING [AllocateHeapString, FreeHeapString],
WindExDefs: FROM "windexdefs" USING [
LoadThisWindow, maxscratch, OriginIndex, WEBreak, WEDataObject, WEMain,
WEPosition, WESelection, WEWindows, WindowExecutive],
WindowDefs: FROM "windowdefs" USING [
AlterWindowType, GetCurrentDisplayWindow, MakeSelection, MarkSelection,
Selection, WindowHandle):
DEFINITIONS FROM WindExDefs:
WEControl: PROGRAM
IMPORTS ProcessDefs, SystemDefs, StringDefs, StreamDefs, RectangleDefs,
WindowOefs, WindExOefs
EXPORTS WindExDefs
SHARES WindExDefs, StreamOefs