gtkmm is the C++ interface for the GUI
library GTK+.
Highlights include type-safe callbacks, and a comprehensive
set of widgets
that are easily extensible via inheritance.
Home page: http://www.gtkmm.org
Download: https://download.gnome.org/sources/gtkmm/
Documentation: https://developer.gnome.org/gtkmm/3.24/
The documentation in the tarball has not been generated with
with the latest Doxygen, but with Doxygen 1.8.11.
Therefore it is shown at https://developer.gnome.org/gtkmm/3.24/
and https://developer.gnome.org/gtkmm/stable/.
***
Changes
3.24.1 (stable):
Gdk:
* RGBA::set_hsv(): Properly interpret hue 360° as red
(Daniel Boles, Kjell Ahlstedt) Issue #42, Merge request
!8
Documentation:
* Gtk::FileFilter: Several improvements of the
documentation
(Daniel Boles) Merge request !12
* Gtk::Builder: Don’t use @retval on out args, use
@param[out]
(Daniel Boles) Merge request !10
Tests:
* Add test of Gdk::RGBA
(Daniel Boles) Merge request !8
Kjell Ahlstedt
kjellahlstedt gmail com