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,6b4097b4f38a8203,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!87.79.20.105.MISMATCH!news.netcologne.de!ramfeed1.netcologne.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: ANN: GtkAda contributions v2.8 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: Wed, 28 Jul 2010 21:40:50 +0200 Message-ID: NNTP-Posting-Date: 28 Jul 2010 21:40:48 CEST NNTP-Posting-Host: 2d650223.newsspool2.arcor-online.net X-Trace: DXC=d[?JK`W5SP1]E=H1Q9`787A9EHlD;3Yc24Fo<]lROoR18kF[ 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; - Multi-columned derived model; - Extension derived model (to add columns to an existing model); - Abstract caching model for directory-like data; - Tree view and list view widgets for navigational browsing of abstract caching models; - File system navigation widgets with wildcard filtering; - 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; - Spawning processes synchronously and asynchronously with pipes; - Capturing asynchronous process standard I/O by Ada tasks and by text buffers; - Source view widget support. http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm Changes to the version 2.7: - Dir_Open, Dir_Close, Dir_Rewind, Dir_Read_Name were added to Gtk.Missed enumerate items of a directory; - Remove, Rename were added to Gtk.Missed; - File_Test was added to Gtk.Missed; - GType_Icon was added to Gtk.Missed; - GIO.Content_Type package provides bindings to platform-specific content typing (GContentType); - Directory browser supports content icons; - Gtk.Missed declares a controlled type provided to ease showing a wait cursor; - Themed_Icon_New_With_Default_Fallbacks and Themed_Icon_New were added to Gtk.Missed; - Packages GIO.Drive, GIO.Mount, GIO.Volume, GIO.Volume_Monitor were added to support GIO. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de