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,fec6f7ed8cbb4457,start X-Google-Attributes: gid103376,public From: charlet@gnat.com Subject: [ANNOUNCE] GtkAda 1.2.0 Date: 1999/04/07 Message-ID: <7eg1dn$an1$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 463670467 X-Http-Proxy: 1.0 x9.dejanews.com:80 (Squid/1.1.22) for client 205.232.38.33 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Wed Apr 07 16:33:59 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.07 [en] (X11; I; Linux 2.0.36 i686) Date: 1999-04-07T00:00:00+00:00 List-Id: GtkAda 1.2.0 release -------------------- GtkAda is an Ada95 binding of Gtk+ version 1.2.0. It allows you to develop graphical applications in Ada95 using Gtk+. Currently, all widgets of the Gtk+ 1.2 series have been bound. The binding for the Gdk part is not complete yet, but is already pretty much in place. To test our binding, the testgtk program has been almost completely re-implemented and is also distributed with the binding. LSM entry follows : Begin3 Title: GtkAda Version: 1.2.0 Entered-date: 06APR99 Description: Ada95 binding to Gtk+ (version 1.2.0) Keywords: Ada95 Ada Gtk+ Gtk X Gui Glade Author: Emmanuel Briot , Joel Brobecker and Arnaud Charlet Maintained-by: gtkada@ada.eu.org Primary-site: http://ada.eu.org/gtkada/ Original-site: http://ada.eu.org/gtkada/ Platforms: SunOS-5.5.1 Linux-2.0.35 Linux-2.0.36 DECUnix-4.0b IRIX-6.5 Copying-policy: GPL (with a slight modification, see headers of *.ad[bs] files End New features from 0.6 include: - All 1.2.0 widgets are now bound (including Gtk.Ctree) - New directory structure - First version of the documentation - Code generation simplified in GATE - New widgets supported by GATE/DGATE - Support for Accelerators in widgets - New examples in the example/ directory: how to create a widget directly in Ada (both composite widgets and widgets from scratch); a simple editor generated using Glade. New features from 0.5 include: - Upgrade to GTK+ 1.2.0 - Glib.XML provides a generic XML parser written in Ada - GATE (Glade Ada Translator and Evaluator) parses the XML project files generated by glade (a GTK+ GUI builder) and generates the corresponding compilable Ada code. It is also able to incorporate user's changes done between two code generations. - DGATE (Dynamic GATE) is able to load any XML project file, create the corresponding widgets and connect all the specified signals. It is a very useful tool during development that allows you to test your GUI without having to recompile anything. - GtkAda now gives you the possiblity to extend widgets using standard Ada 95 OO constructs. This avoid the use of User_Data, and of course also provides a stronger typing mechanism than User_Data provides. - GtkAda now provides a configure script to ease the build and installation of this binding. - Some effort has been made to make this binding available on 64 bits machines, GtkAda has actually been tested on Dec Unix. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own