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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63585ba5c5be8595 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Ada to Motif bindings Date: 2000/04/05 Message-ID: <2000Apr5.065657.1@eisner>#1/1 X-Deja-AN: 607012052 References: <38E8E8CE.81EC851F@mitre.org> <38EAC651.1DD94F40@home.com> X-Trace: news.decus.org 954932221 21883 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 2000-04-05T00:00:00+00:00 List-Id: In article <38EAC651.1DD94F40@home.com>, Glen Cornell writes: > You're entering a domain where not a lot of people naturally do their > work. Most X programmers use C or C++ as their language of choice. > You'll just get some slim pickin's, if you're looking for someone who > *knows* Ada and Xlib/Xt/Motif. My natural approach for writing a GUI interface for an Ada program is to just call Motif from Ada, in my case using the bindings that come with the compiler. I don't try to write widgets in Ada, butcause that is not my need.