mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
implement page reload on request auto-routed
This commit is contained in:
parent
c31cf21149
commit
cdf3dbcf04
3 changed files with 25 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue