mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft back/forward actions
This commit is contained in:
parent
b3c00d29be
commit
75aaa6e717
11 changed files with 69 additions and 31 deletions
|
|
@ -80,15 +80,20 @@ Glib::ustring Page::get_subtitle()
|
|||
}
|
||||
|
||||
// Actions
|
||||
void Page::refresh()
|
||||
void Page::back()
|
||||
{
|
||||
pageNavbar->refresh();
|
||||
pageNavbar->back();
|
||||
}
|
||||
|
||||
void Page::forward()
|
||||
{
|
||||
pageNavbar->forward();
|
||||
}
|
||||
|
||||
void Page::update()
|
||||
{
|
||||
// Update navigation history
|
||||
pageNavbar->history_push(
|
||||
pageNavbar->push(
|
||||
pageNavbar->get_request_text()
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue