refactor interface

This commit is contained in:
2020-05-26 18:09:22 +02:00
parent c4e2ec96dd
commit 90a76301f2
14 changed files with 42 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
#ifndef VISTA_H
#define VISTA_H
#include <gtkmm/button.h>
#include <gtkmm/textview.h>
#include <gtkmm/entry.h>
#include <gtkmm/buttonbox.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/box.h>
@@ -12,10 +12,8 @@ public:
view_install();
Gtk::Button m_button;
Gtk::Box m_VBox;
Gtk::ScrolledWindow m_ScrolledWindow;
Gtk::TextView m_TextView;
Gtk::Entry entry;
Gtk::ButtonBox m_ButtonBox;
Glib::RefPtr<Gtk::TextBuffer> m_refTextBuffer1;
};
#endif // VISTA_H