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,4fa6d92f5eecc97a X-Google-Attributes: gid103376,public From: nabbasi@earthlink.net Subject: Re: GUI bindings Date: 1998/02/08 Message-ID: <6bk7r6$7pt@drn.zippo.com>#1/1 X-Deja-AN: 323135700 References: <6bj5sa$qo6$1@gte1.gte.net> Organization: Original Zippo News Service [http://www.zippo.com] Newsgroups: comp.lang.ada Date: 1998-02-08T00:00:00+00:00 List-Id: In article <6bj5sa$qo6$1@gte1.gte.net>, "Dana says... > >What GUI bindings are available fo GNAT on Linux and where can they be >found? > if you check http://www.adahome.com , there is a section there on bindings, and there should be a link to where to find a X bindings there. to do GUI with Ada, one can choose tash (use tcl/tk in Ada) or AWT (using ada to jvm translator) or use binding to external window system like X or MS windows. Nasser