(* Copyright (C) 1989, 1990 Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* File: XtE.i3 *) (* Last modified on Fri Apr 13 14:09:03 1990 by jerome *) (* modified on Mon Feb 26 21:51:24 1990 by muller *) INTERFACE XtE; (*==============================================================*) (* The X11 R4 Interface for Modula 3 *) (* *) (* Representation Types corresponding to: *) (* X11 R4 Intrinsic *) (* X11 R4 Athena Widget Set *) (*==============================================================*) FROM Ctypes IMPORT CharStar; VAR Ellipse : CharStar; Oval : CharStar; Rectangle : CharStar; RoundedRectangle : CharStar; always : CharStar; center : CharStar; default : CharStar; file : CharStar; left : CharStar; notUseful : CharStar; right : CharStar; string : CharStar; textScrollNever : CharStar; textScrollWhenNeeded : CharStar; textScrollAlways : CharStar; textWrapNever : CharStar; textWrapLine : CharStar; textWrapWord : CharStar; textResizeNever : CharStar; textResizeWidth : CharStar; textResizeHeight : CharStar; textResizeBoth : CharStar; whenMapped : CharStar; PROCEDURE ForceToLoadAnImplementation (); END XtE.