mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +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
|
|
@ -4,13 +4,12 @@
|
|||
#include <glibmm/regex.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/label.h>
|
||||
#include <gtkmm/viewport.h>
|
||||
|
||||
namespace app::browser::main::tab::page::content::text
|
||||
{
|
||||
class Gemini : public Gtk::Label
|
||||
class Gemini : public Gtk::Viewport
|
||||
{
|
||||
Glib::ustring markup;
|
||||
|
||||
public:
|
||||
|
||||
Gemini(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue