I have written a large application using gtkmm and gocanvasmm.
Today I have the need to add some more features, but I was not able to find any link in the web for gtkmm3 any more. Can the manuals be downloaded somewhere to read them offline? Is it possible to find the examples for gtkmm3 somewhere?
I am totally lost.
I can’t migrate to gtkmm 4, because I need gocanvasmm!
The API reference documentation for gtkmm3 can be downloaded from https://download.gnome.org/sources/gtkmm/3.24/.
The latest releases, such as 3.24.9, have been created with Meson. After expansion,
look in the untracked/docs/reference/html/ directory for the index.html file.