mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
enable plain text driver
This commit is contained in:
parent
b71eec6944
commit
df7fe0273b
2 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef APP_BROWSER_MAIN_TAB_PAGE_CONTENT_TEXT_HPP
|
||||
#define APP_BROWSER_MAIN_TAB_PAGE_CONTENT_TEXT_HPP
|
||||
|
||||
//#include <gtkmm/adjustment.h> @TODO
|
||||
#include <glibmm/i18n.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/scrolledwindow.h>
|
||||
|
|
@ -20,7 +19,7 @@ namespace app::browser::main::tab::page::content
|
|||
|
||||
Text(
|
||||
const Type & TYPE,
|
||||
const Glib::ustring & VALUE
|
||||
const Glib::ustring & TEXT
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue