#pragma once #include #include #include #include #include #include class GtkWin : public Gtk::Window { public: GtkWin(); virtual ~GtkWin(); Gtk::Overlay overlay; protected: Gtk::Button m_button; void on_button_clicked(); };