mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update actions
This commit is contained in:
parent
5065dd23d6
commit
d63ba8f1ad
11 changed files with 97 additions and 127 deletions
|
|
@ -40,6 +40,10 @@ namespace app::browser::main
|
|||
);
|
||||
|
||||
// Actions
|
||||
void refresh(
|
||||
const int & PAGE_NUMBER // @TODO
|
||||
);
|
||||
|
||||
void append(
|
||||
const Glib::ustring & TITLE,
|
||||
const Glib::ustring & REQUEST = "",
|
||||
|
|
@ -54,21 +58,17 @@ namespace app::browser::main
|
|||
void close_right();
|
||||
void close_all();
|
||||
|
||||
bool page_navigation_history_try_back(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
void page_update(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
bool page_navigation_history_try_forward(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
bool page_navigation_history_try_back(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void refresh(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
||||
void update(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
bool page_navigation_history_try_forward(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue