diff --git a/XeRelease_Gtkmm3/MyWin.hh b/XeRelease_Gtkmm3/MyWin.hh deleted file mode 100644 index 75c1bb9..0000000 --- a/XeRelease_Gtkmm3/MyWin.hh +++ /dev/null @@ -1,31 +0,0 @@ -#pragma once - -#include - -class MyWin : public Gtk::ApplicationWindow{ -public: - MyWin(); -private: - //Child Widgets - Glib::RefPtr menu_builder; - - //Main window - Gtk::Image background; - Gtk::Overlay overlay; - Gtk::Box btn_box; - Gtk::ComboBoxText combo; - Gtk::Button btn_ver; - - //TitleBar and menu - Gtk::HeaderBar header; - Gtk::MenuButton menubtn; - Gtk::PopoverMenu popover; - void titlebar_init(); - - //Backgrounds - void background1(); - void background2(); - - //Signal Handlers - void about_dialog(); -}; \ No newline at end of file diff --git a/XeRelease_Gtkmm3/src/MyWin.hh b/XeRelease_Gtkmm3/src/MyWin.hh index 54b0246..75c1bb9 100644 --- a/XeRelease_Gtkmm3/src/MyWin.hh +++ b/XeRelease_Gtkmm3/src/MyWin.hh @@ -25,4 +25,7 @@ private: //Backgrounds void background1(); void background2(); + + //Signal Handlers + void about_dialog(); }; \ No newline at end of file