mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 21:51:20 +00:00
add set_navbar_request_text method
This commit is contained in:
parent
a015c81050
commit
99f1fa7c2e
@ -270,4 +270,13 @@ Glib::ustring Page::get_subtitle()
|
||||
Glib::ustring Page::get_navigation_request_text()
|
||||
{
|
||||
return pageNavigation->get_request_text();
|
||||
}
|
||||
|
||||
// Setters
|
||||
void Page::set_navbar_request_text(
|
||||
const Glib::ustring & VALUE
|
||||
) {
|
||||
pageNavigation->set_request_text(
|
||||
VALUE
|
||||
);
|
||||
}
|
@ -67,6 +67,11 @@ namespace app::browser::main::tab
|
||||
Glib::ustring get_subtitle();
|
||||
|
||||
Glib::ustring get_navigation_request_text();
|
||||
|
||||
// Setters
|
||||
void set_navbar_request_text(
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user