#include "hello_world.hpp" #include namespace learn_gtkmm4 { HelloWorld::HelloWorld(BaseObjectType *cobject, const Glib::RefPtr &builder) : Gtk::ApplicationWindow(cobject), m_builder(builder) {} } // learn_gtkmm4