mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update viewport level, make managed
This commit is contained in:
parent
3ce19b8160
commit
b71eec6944
4 changed files with 31 additions and 62 deletions
|
|
@ -5,21 +5,11 @@
|
|||
#include <glibmm/i18n.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/scrolledwindow.h>
|
||||
#include <gtkmm/viewport.h>
|
||||
|
||||
namespace app::browser::main::tab::page::content
|
||||
{
|
||||
namespace text
|
||||
{
|
||||
class Gemini;
|
||||
class Plain;
|
||||
}
|
||||
|
||||
class Text : public Gtk::ScrolledWindow
|
||||
{
|
||||
text::Gemini * textGemini;
|
||||
text::Plain * textPlain;
|
||||
|
||||
public:
|
||||
|
||||
enum Type
|
||||
|
|
@ -32,8 +22,6 @@ namespace app::browser::main::tab::page::content
|
|||
const Type & TYPE,
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
|
||||
~Text();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue