gtkmm4

C++ bindings for GTK 4 widget toolkit and GNOME libraries

brewmacoslinux
Try with needOr install directly
Source

About

C++ interfaces for GTK+ and GNOME

Commands

gtkmm-4-demo

Examples

Run the gtkmm4 demo application to see example widgets$ gtkmm-4-demo
Compile a C++ program using gtkmm4 with pkg-config$ g++ -o myapp myapp.cpp $(pkg-config --cflags --libs gtkmm-4.0)
Check gtkmm4 version and available modules$ pkg-config --modversion gtkmm-4.0