Search code examples
c++gnomegtkmm

Good documentation for gtkmm 2.4


I've got a project that needs to use the gtkmm 2.4 API, however documentation for it has been really hard to find. The official gtkmm site has the following statement:

Versions for the older gtkmm 2 API are also available.

However I can't seem to find it anywhere. Anyone know of a place good place to get documentation?


Solution

  • See the following links:

    gtkmm: gtkmm Reference Manual

    Programming with gtkmm 2.24.2

    Gtk+ API Documentation (both, GTK+ 2 and 3

    Hth!