From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: ANN: GtkAda contributions v3.32 Date: Mon, 18 Dec 2023 12:34:59 +0100 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 18 Dec 2023 11:35:00 -0000 (UTC) Injection-Info: dont-email.me; posting-host="4b625b8d8b326d475135db64b78753cc"; logging-data="3660960"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+JmfSKDsnlXjbqd16MTPFANBNjiJA4VVA=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:QkynDyTqAHE+jXJyEsSfFm+ndsU= Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65922 List-Id: The library is an extension of GtkAda dealing 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; - SVG images support. http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm Changes (18 December 2023) to the version 3.31: - Get_CSS_Name and Set_CSS_Name were added to Gtk.Missed; - Gtk.Widget.Styles.CSS_Store changed to enumerate labels of Gtk_Notebook or its descendants; - Since Gtk broke its CSS rules and the widget class cannot be used in the CSS style anymore and because unset widget names are defaulted to the class name but have no effect on the style name, Gtk.Widget.Styles.CSS_Store was changed to report only the widget name if different from the class names. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de