From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,77d5c0eb76476cc2 X-Google-Attributes: gid103376,public From: jsa@alexandria (Jon S Anthony) Subject: Re: X-Windows Programming with Gnat Date: 1996/10/30 Message-ID: #1/1 X-Deja-AN: 193306679 sender: news@organon.com (news) references: organization: Organon Motives, Inc. newsgroups: comp.lang.ada Date: 1996-10-30T00:00:00+00:00 List-Id: In article EMANUELE COSTA writes: > I'm would like to know if there exists a possibility to program > X-windows graphic user interface with Gnat. Sure. > Furthermore, there exists some documentation on how to > programming X-windos with gnat? Pick up the Intermetrics Ada95 binding to X/Motif. http://www.inmet.com/~mg/x11ada/x11ada.html You can program all in Ada95 and you can just use the standard O'Reilly books for documentation. The examples are very close to 1-1 mapping. If you are going to be working on a real project, you can (and should) wrap the low-C-level stuff in a higher level interface specifically addressing your application's needs. /Jon -- Jon Anthony Organon Motives, Inc. Belmont, MA 02178 617.484.3383 jsa@organon.com