mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update methods namespace
This commit is contained in:
parent
f834d783ef
commit
c77bfbbc7b
11 changed files with 60 additions and 35 deletions
|
|
@ -73,14 +73,14 @@ Glib::ustring Page::get_subtitle()
|
|||
}
|
||||
|
||||
// Actions
|
||||
void Page::navigation_history_back()
|
||||
bool Page::navigation_history_try_back()
|
||||
{
|
||||
pageNavigation->history_back();
|
||||
return pageNavigation->history_try_back();
|
||||
}
|
||||
|
||||
void Page::navigation_history_forward()
|
||||
bool Page::navigation_history_try_forward()
|
||||
{
|
||||
pageNavigation->history_forward();
|
||||
return pageNavigation->history_try_forward();
|
||||
}
|
||||
|
||||
void Page::refresh(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue