From: brett@peon.enet.dec.com (Bevin R. Brett) Subject: Digital supplied bindings to X, Xlib, Xt, Motif (0/5) Date: 16 MAR 94 15:55:28 EST Organization: Digital Equipment Corporation This is a complete set of Ada Xlib/Xt/Motif bindings, and a set of examples. The Ada Xlib/Xt/Motif bindings require the existance of the C Xlib/Xt/Motif bindings. (Ie: the include files and the libraries are available). The actual bindings are pure Ada code, produced by tools written in Ada and C, with all the tools etc. in the tar file. The C tools are compiled using your systems Xlib, Xt, and Xm include files, and they use the information found there to produce Ada representation clauses, constants, etc. that exactly match the C representations of the structures, etc. This is how this kit can reliably generate bindings for a range of architectures, regardless of word-size, alignment-rules, etc. These bindings are for X11R4/Motif 1.1, X11R5/Motif 1.2 and DECMotif Extensions. These bindings are meant for DEC Ada 3.0 and later on OSF/1 and OpenVMS. They should work, or be easily modified to work, on many other Ada compilers and platforms. Bevin