#ifndef VISTA_H #define VISTA_H #include #include #include #include #include #include class vista : public Gtk::Window { public: vista(); Gtk::Button m_button; Gtk::Box m_VBox; Gtk::ScrolledWindow m_ScrolledWindow; Gtk::TextView m_TextView; Gtk::ButtonBox m_ButtonBox; Glib::RefPtr m_refTextBuffer1; }; #endif // VISTA_H