create separated mod for page widget

This commit is contained in:
yggverse 2024-10-11 02:32:43 +03:00
parent a1aaebdb7e
commit 6684b09ae2
4 changed files with 62 additions and 24 deletions

View file

@ -62,7 +62,7 @@ impl Content {
}
// Getters
pub fn widget(&self) -> &Box {
pub fn gobject(&self) -> &Box {
&self.widget
}
}