Skip to content

gtk-fortran 4.8.0

Latest
Compare
Choose a tag to compare
@vmagnin vmagnin released this 25 Apr 09:52
· 29 commits to gtk4 since this release
6f73180

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: added test_gvalue_routines().

Changed

  • CMake 3.10 is now required (it was released in Nov. 2017).

Fixed

  • src/gtk-sup.f90: the GValue 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 in examples/tests_gtk_sup.f90.