This release offers interfaces to GTK 4.18 and GLib 2.84 (generated under Fedora 42 with GTK 4.18.4 and GLib 2.84.1).
Added
- In
examples/tests_gtk_sup.f90
: addedtest_gvalue_routines()
.
Changed
- CMake 3.10 is now required (it was released in Nov. 2017).
Fixed
src/gtk-sup.f90
: theGValue
structure is now defined as three 64 bits variables. It fixes the Windows issue #244. See the discussion in the gtk3 branch PR. Regression tests have been added inexamples/tests_gtk_sup.f90
.