mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
add page title support, make arguments linked const
This commit is contained in:
parent
8b55faef35
commit
c75744f777
6 changed files with 40 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue