refactor interface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user