gtkmm3

C++ bindings for GTK+ 3 and GNOME libraries

brewmacoslinux
Try with needOr install directly
Source

About

C++ interfaces for GTK+ and GNOME

Commands

gtkmm-3-demo

Examples

Run the gtkmm3 demo application to see example widgets and features$ gtkmm-3-demo
Compile a C++ GTK+ application using gtkmm3 with pkg-config$ g++ -o myapp myapp.cpp $(pkg-config --cflags --libs gtkmm-3.0)
Check gtkmm3 version and installation details via pkg-config$ pkg-config --modversion gtkmm-3.0