I'm having trouble getting gtkmm-4.0 to work on Mac OS Monterey. Here is a simple C++ application that uses gtkmm4. // helloworld.cpp #include <gtkmm.h>
So I am making a Gtkmm application using a Gtk::notebook and during run-time I'm adding new tabs to the notebook. But when I add more tabs than there is space o
I am creating a new GTK app (using gtkmm) and the main interface is tabbed, a bit like a web browser. I want to create a new tab for each document the user ope