mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft back/forward actions
This commit is contained in:
parent
b3c00d29be
commit
75aaa6e717
11 changed files with 69 additions and 31 deletions
|
|
@ -96,7 +96,17 @@ Navbar::~Navbar()
|
|||
};
|
||||
|
||||
// Actions
|
||||
void Navbar::history_push(
|
||||
void Navbar::back()
|
||||
{
|
||||
navbarHistory->back();
|
||||
}
|
||||
|
||||
void Navbar::forward()
|
||||
{
|
||||
navbarHistory->forward();
|
||||
}
|
||||
|
||||
void Navbar::push(
|
||||
const Glib::ustring & VALUE
|
||||
) {
|
||||
navbarHistory->push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue