Programming with gtkmm 3
This tutorial explains key concepts of the gtkmm C++ API for
creating user interfaces.
It also introduces the main user interface elements
("widgets").
Home page: http://www.gtkmm.org
Download: https://download.gnome.org/sources/gtkmm-documentation/
Documentation:
https://developer.gnome.org/gtkmm-tutorial/3.24/
*** Changes
3.24.0: (stable)
* Add Gtk::FileChooserNative example
(Kjell Ahlstedt) Bug #783801 (Alexander Shaduri)
* Document Gtk::make_managed()
(Daniel Boles) Merge request !1
* Require gtkmm-3.0 >= 3.24.0
Kjell Ahlstedt
kjellahlstedt gmail com