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