mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
draft gemtext route
This commit is contained in:
parent
af6b1efe32
commit
a73bb3aea6
8 changed files with 118 additions and 9 deletions
|
|
@ -1,21 +1,28 @@
|
|||
#ifndef APP_BROWSER_MAIN_TAB_PAGE_CONTENT_HPP
|
||||
#define APP_BROWSER_MAIN_TAB_PAGE_CONTENT_HPP
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/box.h>
|
||||
#include <gtkmm/widget.h>
|
||||
|
||||
namespace app::browser::main::tab::page
|
||||
{
|
||||
class Content : public Gtk::Box
|
||||
{
|
||||
Gtk::Widget * widget;
|
||||
|
||||
void update(
|
||||
Gtk::Widget * new_widget
|
||||
);
|
||||
|
||||
public:
|
||||
|
||||
Content();
|
||||
|
||||
~Content();
|
||||
|
||||
void set(
|
||||
const Glib::ustring & buffer
|
||||
void text_gemini(
|
||||
const Glib::ustring & gemtext
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue