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/
*** Changes
3.24.2 (stable):
Gdk:
* Window::create_similar_surface(): Fix a memory leak.
(Daniel Boles) Merge request !19
* Suppress warnings from deprecated GTimeVal in
PixbufAnimation::get_iter()
PixbufAnimationIter::advance()
(Kjell Ahlstedt) Issue #55 (Peter Weber)
Gtk:
* Fix memory leaks in
IconTheme::list_icons()
IconView::get_selected_icons()
RecentManager::get_items()
(Kjell Ahlstedt)
Documentation:
* Gtk::Builder: Describe how to use it together with
Glib::Property.
(Kjell Ahlstedt)
Demos:
* Fix the source code listing.
(Kjell Ahlstedt)
Kjell Ahlstedt
kjellahlstedt gmail com