mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
add page number argument
This commit is contained in:
parent
9be2ba6c32
commit
24ffe358c4
3 changed files with 37 additions and 8 deletions
|
|
@ -54,8 +54,13 @@ namespace app::browser::main
|
|||
void close_right();
|
||||
void close_all();
|
||||
|
||||
void history_back();
|
||||
void history_forward();
|
||||
void history_back(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void history_forward(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void refresh(
|
||||
const int & PAGE_NUMBER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue