- Corrected TextView -> Entry
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@282 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
fc8d5cb258
commit
e008b0d4db
|
@ -25,6 +25,7 @@
|
||||||
#include "gettext.h"
|
#include "gettext.h"
|
||||||
|
|
||||||
#include <gtkmm/box.h>
|
#include <gtkmm/box.h>
|
||||||
|
#include <gtkmm/entry.h>
|
||||||
#include <gtkmm/textview.h>
|
#include <gtkmm/textview.h>
|
||||||
#include <glibmm/ustring.h>
|
#include <glibmm/ustring.h>
|
||||||
|
|
||||||
|
@ -49,7 +50,7 @@ public:
|
||||||
virtual size_type read_command(Glib::ustring& buffer) const;
|
virtual size_type read_command(Glib::ustring& buffer) const;
|
||||||
private:
|
private:
|
||||||
Gtk::TextView text_output;
|
Gtk::TextView text_output;
|
||||||
Gtk::TextView text_input;
|
Gtk::Entry text_input;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue