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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ce72788e6d7cd743,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!proxad.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: GTKAda contributions v1.6 Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH Date: Sat, 19 May 2007 14:09:35 +0200 Message-ID: <1q8myas55mho1$.62ov7kjq8gm0.dlg@40tude.net> NNTP-Posting-Date: 19 May 2007 14:09:07 CEST NNTP-Posting-Host: 63bf0e7a.newsspool4.arcor-online.net X-Trace: DXC=Z9O^`K^_3gdOKO]LCQ@0g`4IUK^5d>k5gXM` X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:15854 Date: 2007-05-19T14:09:07+02:00 List-Id: The described here packages are proposed as a contribution to GtkAda, an Ada bindings to GTK+. It deals with the following issues: - Tasking support; - Custom models for tree view widget; - Custom cell renderers for tree view widget; - Resource styles; - Capturing resources of a widget; - Embeddable images; - Some missing subprograms and bug fixes; - Measurement unit selection widget and dialogs; - Improved hue-luminance-saturation color model; - Simplified image buttons and buttons customizable by style properties; - Controlled Ada types for GTK+ strong and weak references; - Simplified means to create lists of strings. The new release is compatible with GNAT GPL 2007. Changes since the version 1.5: - Move_After and Mover_Before missing in Gtk.Tree_Store were added to Gtk.Missed; - Set_Expand missing in Gtk.Tree_View_Column was added to Gtk.Missed; - Is_A missing in GLib was added to Gtk.Missed; - Gtk.Enums.String_Lists was added for simplified creation of constant lists of strings; - GLib.Object.Strong_References and GLib.Object.Weak_References were added to provide controlled wrappers around GTK+ strong and weak references; - Gtk.Handlers.References was added to provide references to signal handlers which disconnect the handler's callback upon finalization: - Class_List_Properties was added to the package Gtk.Widget.Styles; - Gtk.Widget.Styles.Store was added for capturing property styles of a widget; - For GNAT users GPS project files were added; - Bug fix in editable renderers which caused exception propagation upon keyboard initiated editing; - Bug fix in Gtk.Widget.Styles which prevented reading Gdk_Color properly. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de