mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename methods
This commit is contained in:
parent
207d5079a7
commit
f834d783ef
9 changed files with 37 additions and 52 deletions
|
|
@ -96,20 +96,20 @@ void Tab::close_all()
|
|||
}
|
||||
}
|
||||
|
||||
void Tab::back(
|
||||
void Tab::page_navigation_history_back(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
get_tabPage(
|
||||
PAGE_NUMBER
|
||||
)->back();
|
||||
)->navigation_history_back();
|
||||
}
|
||||
|
||||
void Tab::forward(
|
||||
void Tab::page_navigation_history_forward(
|
||||
const int & PAGE_NUMBER
|
||||
) {
|
||||
get_tabPage(
|
||||
PAGE_NUMBER
|
||||
)->forward();
|
||||
)->navigation_history_forward();
|
||||
}
|
||||
|
||||
void Tab::refresh(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue