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.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!sun-barr!lll-winken!taurus!atlas!erickson From: erickson@atlas.cs.nps.navy.mil (David Erickson) Newsgroups: comp.lang.ada Subject: Graphical User Interfaces in Ada Message-ID: <2051@atlas.cs.nps.navy.mil> Date: 5 Apr 91 17:51:35 GMT References: <5253@ns-mx.uiowa.edu> <1401@h.cs.wvu.wvnet.edu> Reply-To: erickson@taurus.cs.nps.navy.mil (David Erickson) Organization: Naval Postgraduate School, Monterey CA List-Id: Are there any high-level GUI builders available for Ada applications running under X, Microsoft Windows, or the Macintosh Desktop Interface? I am teaching a course in user-interface design, to students who program mostly in Ada, and who have access to Macintoshes/Meridian Ada, PCs/Integrada or AdaZ, and Suns/Verdix Ada. I want to concentrate on the design aspects, rather than the low-level programming aspects, but I would like the students to complete a working course project. The kind of functionality I am looking for is a tool which has editors for each of the standard widgits (I am less interested in having the students create new, non-standard controls), which generates the event loop and handles the low-level details, and calls the appropriate user-supplied Ada procedures. -Dave Erickson