mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
add subtitle argument, remove default values
This commit is contained in:
parent
79e72c41b0
commit
b56163c7fc
1 changed files with 4 additions and 3 deletions
|
|
@ -37,8 +37,9 @@ namespace app::browser::main
|
||||||
|
|
||||||
void append(
|
void append(
|
||||||
const Glib::ustring & TITLE,
|
const Glib::ustring & TITLE,
|
||||||
const Glib::ustring & REQUEST = "",
|
const Glib::ustring & SUBTITLE,
|
||||||
const bool & FOCUS = true
|
const Glib::ustring & REQUEST,
|
||||||
|
const bool & FOCUS
|
||||||
);
|
);
|
||||||
|
|
||||||
void close(
|
void close(
|
||||||
|
|
@ -51,7 +52,7 @@ namespace app::browser::main
|
||||||
|
|
||||||
void page_navigation_update(
|
void page_navigation_update(
|
||||||
const int & PAGE_NUMBER,
|
const int & PAGE_NUMBER,
|
||||||
const bool & ADD_HISTORY = true
|
const bool & ADD_HISTORY
|
||||||
);
|
);
|
||||||
|
|
||||||
void page_navigation_history_back(
|
void page_navigation_history_back(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue