mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update new tab api
This commit is contained in:
parent
65bc5ef6f4
commit
dd68120c10
9 changed files with 77 additions and 52 deletions
|
|
@ -35,19 +35,22 @@ namespace app::browser::main::tab::page
|
|||
|
||||
public:
|
||||
|
||||
Navbar();
|
||||
Navbar(
|
||||
const Glib::ustring & request_text = ""
|
||||
);
|
||||
|
||||
~Navbar();
|
||||
|
||||
// Actions
|
||||
void refresh();
|
||||
|
||||
// Setters
|
||||
void set_request(
|
||||
void set_request_text(
|
||||
const Glib::ustring & value
|
||||
);
|
||||
|
||||
// Getters
|
||||
Glib::ustring get_request();
|
||||
Glib::ustring get_request_text();
|
||||
|
||||
Glib::ustring get_request_scheme();
|
||||
Glib::ustring get_request_host();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue