mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add update action support, remove request value from construction
This commit is contained in:
parent
fac8c14cbd
commit
55f1680f8b
9 changed files with 14 additions and 26 deletions
|
|
@ -51,13 +51,11 @@ void Tab::refresh(
|
|||
void Tab::append(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & SUBTITLE,
|
||||
const Glib::ustring & REQUEST,
|
||||
const bool & FOCUS
|
||||
) {
|
||||
auto tabPage = new tab::Page(
|
||||
TITLE,
|
||||
SUBTITLE,
|
||||
REQUEST,
|
||||
action__tab_page_navigation_history_back,
|
||||
action__tab_page_navigation_history_forward,
|
||||
action__tab_page_navigation_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue