mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update new tab api
This commit is contained in:
parent
65bc5ef6f4
commit
dd68120c10
9 changed files with 77 additions and 52 deletions
|
|
@ -10,6 +10,8 @@ namespace app::browser::main::tab::page::navbar
|
|||
{
|
||||
class Request : public Gtk::Entry
|
||||
{
|
||||
const bool HEXPAND = true;
|
||||
|
||||
Glib::ustring scheme,
|
||||
host,
|
||||
port,
|
||||
|
|
@ -20,7 +22,9 @@ namespace app::browser::main::tab::page::navbar
|
|||
|
||||
public:
|
||||
|
||||
Request();
|
||||
Request(
|
||||
const Glib::ustring & text = ""
|
||||
);
|
||||
|
||||
~Request();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue