mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update history actions api
This commit is contained in:
parent
9ef5b169d3
commit
0a09de1fdd
12 changed files with 106 additions and 109 deletions
|
|
@ -118,20 +118,20 @@ void Tab::page_navigation_update(
|
|||
);
|
||||
}
|
||||
|
||||
bool Tab::page_navigation_history_try_back(
|
||||
void Tab::page_navigation_history_back(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
return get_tabPage(
|
||||
get_tabPage(
|
||||
PAGE_NUMBER
|
||||
)->navigation_history_try_back();
|
||||
)->navigation_history_back();
|
||||
}
|
||||
|
||||
bool Tab::page_navigation_history_try_forward(
|
||||
void Tab::page_navigation_history_forward(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
return get_tabPage(
|
||||
get_tabPage(
|
||||
PAGE_NUMBER
|
||||
)->navigation_history_try_forward();
|
||||
)->navigation_history_forward();
|
||||
}
|
||||
|
||||
// Private helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue