gtkmm

C++ bindings for GTK+ and GNOME libraries

brewmacoslinux
Try with needOr install directly
Source

About

C++ interfaces for GTK+ and GNOME

Commands

pkg-config

Examples

Check gtkmm version and compiler flags for compilation$ pkg-config --cflags --libs gtkmm-3.0
Compile a simple gtkmm application$ g++ myapp.cpp -o myapp `pkg-config --cflags --libs gtkmm-3.0`
List available gtkmm modules and versions$ pkg-config --list-all | grep gtkmm