billy-gtk4-interface/hello_world.cpp
2024-10-29 17:44:21 +01:00

8 lines
262 B
C++

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