implement alternative update action api

This commit is contained in:
yggverse 2024-09-15 06:11:36 +03:00
parent 6b6d3ad826
commit cda76380e8
13 changed files with 142 additions and 2 deletions

View file

@ -155,6 +155,16 @@ void Page::update()
);
}
void Page::update(
const Glib::ustring & URI
) {
// Update children components
pageNavigation->update(
URI,
progress_fraction
);
}
void Page::navigation_reload(
const bool & ADD_HISTORY
) {