#ifndef VIEW_REMOVE_H #define VIEW_REMOVE_H #include #include #include #include class view_remove :public Gtk::Box { public: view_remove(); Gtk::Button m_button; Gtk::Box m_VBox; Gtk::ButtonBox m_ButtonBox; Gtk::Entry entry; }; #endif // VIEW_REMOVE_H