add page title support, make arguments linked const

This commit is contained in:
yggverse 2024-08-27 14:15:13 +03:00
parent 8b55faef35
commit c75744f777
6 changed files with 40 additions and 12 deletions

View file

@ -23,8 +23,9 @@ namespace app::browser::main
);
void append(
const Glib::ustring & page_navbar_request_text = "",
bool focus = true
const Glib::ustring & TITLE,
const Glib::ustring & REQUEST = "",
const bool & TAB_FOCUS = true
);
void close(