implement page reload on request auto-routed

This commit is contained in:
yggverse 2024-09-25 02:35:54 +03:00
parent c31cf21149
commit cdf3dbcf04
3 changed files with 25 additions and 5 deletions

View file

@ -68,6 +68,11 @@ impl Navigation {
self.bookmark.update();
}
// Setters
pub fn set_request_text(&self, value: &GString, activate: bool) {
self.request.set_text(value, activate);
}
// Getters
pub fn widget(&self) -> &Box {
&self.widget